We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New (really it is an old way) to import package is done using flask_packagename. Please change from flask.ext import script to import flask_script
from flask.ext import script
import flask_script
flask_assets.py@345
from flask.ext import script except ImportError: pass else: import argparse from webassets.script import GenericArgparseImplementation, CommandError
Sources pallets/flask#1182 pallets/flask#1484 pallets/flask#1135
The text was updated successfully, but these errors were encountered:
Sorry, this has already been fixed...
Sorry, something went wrong.
No branches or pull requests
New (really it is an old way) to import package is done using flask_packagename. Please change
from flask.ext import script
toimport flask_script
flask_assets.py@345
Sources
pallets/flask#1182
pallets/flask#1484
pallets/flask#1135
The text was updated successfully, but these errors were encountered: