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

Update Flask extension imports for Flask 0.11 #103

Closed
wants to merge 1 commit into from
Closed

Update Flask extension imports for Flask 0.11 #103

wants to merge 1 commit into from

Conversation

andyhd
Copy link
Contributor

@andyhd andyhd commented May 31, 2016

  • Replace import flask.ext.module with import flask_module to avoid ExtDeprecationWarning in Flask 0.11

Fixes #102

* Replace `import flask.ext.module` with `import flask_module` to avoid
  `DeprecationWarning`s in Flask 0.11
Fixes #102
@miracle2k
Copy link
Owner

Thanks.

@miracle2k miracle2k closed this Jun 2, 2016
miracle2k added a commit that referenced this pull request Jun 2, 2016
@macbre
Copy link

macbre commented Aug 12, 2016

Can this fix be published on PyPi as Flask-Assets 0.12?

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 this pull request may close these issues.

3 participants