Open Sitin opened 9 years ago
Pypi version still has
from hash_ring import HashRing try: from memcache_ring import MemcacheRing except ImportError, e: pass
in the index file and probably other Python 3 incompatible issues.
Pypi version still has
in the index file and probably other Python 3 incompatible issues.