hash_ring icon indicating copy to clipboard operation
hash_ring copied to clipboard

PIP package is outdated

Open Sitin opened this issue 8 years ago • 0 comments

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.

Sitin avatar Sep 23 '15 09:09 Sitin