From 6fa1889afb62fb01e8413584aa7abc293245fcfc Mon Sep 17 00:00:00 2001 From: Keyan Pishdadian Date: Sun, 15 Feb 2015 19:09:08 -0500 Subject: [PATCH] Update comments to reflect new functionality --- scripts/flaskext_migrate.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/flaskext_migrate.py b/scripts/flaskext_migrate.py index 575d36e9..e24ab95c 100644 --- a/scripts/flaskext_migrate.py +++ b/scripts/flaskext_migrate.py @@ -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 ` #