From 5f64971731cfb0b8fbac5783e6ac4615aae2c16d Mon Sep 17 00:00:00 2001 From: Keyan Pishdadian Date: Sat, 14 Feb 2015 18:16:28 -0500 Subject: [PATCH] Update comments to reflect new functionality --- scripts/flaskext_migrate.py | 2 -- 1 file changed, 2 deletions(-) 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 ` #