acoomans / flask-autodoc

Flask autodoc automatically creates an online documentation for your flask application.
MIT License
98 stars 49 forks source link

change from old flask.ext import to module import. #25

Open ghost opened 8 years ago

ghost commented 8 years ago

In the old format of from flask.ext.autodoc.autodoc PyInstaller will not include the module when attempting to freeze the module. Using the standard import of from flask_autodoc.autodoc works both when running locally and in a frozen state.

Paulius-Maruska commented 8 years ago

You should probably also change the examples in README.md and just generaly do a search for "flask.ext" ?