Update comments to reflect new functionality

This commit is contained in:
Keyan Pishdadian 2015-02-14 18:16:28 -05:00
parent cd6ec40947
commit 5f64971731

View file

@ -3,8 +3,6 @@
#
# "import flask.ext.foo"
#
# these are converted to "import flask_foo" in the
# main import statement, but does not handle function calls in the source.
#
# Run in the terminal by typing: `python flaskext_migrate.py <source_file.py>`
#