pallets-eco / flask-environments

Environment tools and configuration for Flask applications
MIT License
30 stars 14 forks source link

Importing of Flask-Environments #1

Closed ismaild closed 11 years ago

ismaild commented 11 years ago

Hi, I notice the current import is from flask_environments, the new recommendation for flask is to import from flask.ext.

mattupstate commented 11 years ago

It really doesn't make a difference. flask.ext is partly to handle the old extension import problem. There is nothing wrong with importing via flask_environments.