Commit 5c8017b5 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki Committed by Jérome Perrin

Revert "memcached: wip disable patch not py3 compatible"

This reverts commit 64950c5c.
parent 84c862db
......@@ -2,7 +2,6 @@
# 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