Commit 64950c5c authored by Jérome Perrin's avatar Jérome Perrin

memcached: wip disable patch not py3 compatible

TODO: use a slapos egg patch for py3 ... but do we still need this patch ?
parent 8df5f96b
......@@ -2,6 +2,7 @@
# Code based on python-memcached-1.53
try:
from memcache import _Host, Client, _Error
raise ImportError()
except ImportError:
pass
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment