bgpranking-redis-api
bgpranking-redis-api copied to clipboard
bgpranking_web package: added Python 3 compatible import
The import statement in __init__.py
seems to be the only thing incompatible with Python 3. After the change, it works fine in both Python 2 and 3.
The rest of the package seems to work well in both versions without changes.