Diaoul / babelfish

BabelFish is a Python library to work with countries and languages
BSD 3-Clause "New" or "Revised" License
25 stars 14 forks source link

DeprecationWarning with latest setuptools #17

Closed Toilal closed 9 years ago

Toilal commented 9 years ago

Hi @Diaoul,

I've fixed an issue in guessit (https://github.com/wackou/guessit/issues/183) and find out babelfish is also impacted. In newer setuptools version, load(require=False) display a deprecation warning at babelfish/init.py.

I'll make a PR to fix this deprecation warning the same way it's done in guessit.