Skip to content

Commit

Permalink
Use pypi version for pymemcache
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Jun 7, 2015
1 parent a3df0f7 commit f3178f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion limits/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,5 @@ def check(self):
try:
self.call_memcached_func(self.storage.stats)
return True
except: # noqa
except: # noqa
return False
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ nose
mock
coverage
nose-cov
git+https://github.com/alisaifee/pymemcache.git#egg=pymemcache
pymemcache
redis
hiro>0.1.6

0 comments on commit f3178f3

Please sign in to comment.