CIRCL / bgpranking-redis-api

API to access the Redis database of a BGP Ranking instance.
http://circl.github.com/bgpranking-redis-api/code/API.html
Other
17 stars 4 forks source link

bgpranking_web package: added Python 3 compatible import #6

Open vaclavbartos opened 6 years ago

vaclavbartos commented 6 years ago

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.