Pypi version still has ``` python 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.