Update comments to reflect new functionality

This commit is contained in:
Keyan Pishdadian 2015-02-15 19:09:08 -05:00
parent 5f64971731
commit 6fa1889afb

View file

@ -1,8 +1,5 @@
# Script which modifies source code away from the deprecated "flask.ext"
# format. Does not yet fully support imports in the style:
#
# "import flask.ext.foo"
#
# format.
#
# Run in the terminal by typing: `python flaskext_migrate.py <source_file.py>`
#