Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

babel import method is deprecated #297

Closed
ael-code opened this issue Jun 25, 2016 · 0 comments · Fixed by #299
Closed

babel import method is deprecated #297

ael-code opened this issue Jun 25, 2016 · 0 comments · Fixed by #299

Comments

@ael-code
Copy link
Member

If you run libreant with the new version 0.11.1 of Flask you will get the following message:

/home/libreant/libreant/ve_new/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/exthook.py:71: ExtDeprecationWarning: Importing flask.ext.babel is deprecated, use flask_babel instead.
  .format(x=modname), ExtDeprecationWarning

ael-code added a commit to ael-code/libreant that referenced this issue Jun 26, 2016
some minor changes to support the new flask version 0.11.1

importing stuff from `flask.ext` was deprecated and we were using it
only for babel

fixes insomnia-lab#297
boyska pushed a commit to boyska/libreant that referenced this issue Jun 27, 2016
some minor changes to support the new flask version 0.11.1

importing stuff from `flask.ext` was deprecated and we were using it
only for babel

fixes insomnia-lab#297
ael-code added a commit to ael-code/libreant that referenced this issue Jun 27, 2016
some minor changes to support the new flask version 0.11.1

importing stuff from `flask.ext` was deprecated and we were using it
only for babel

fixes insomnia-lab#297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant