diff --git a/scripts/flaskext_migrate.py b/scripts/flaskext_migrate.py index a9de0840..575d36e9 100644 --- a/scripts/flaskext_migrate.py +++ b/scripts/flaskext_migrate.py @@ -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 ` #