Browse Source

Update comments to reflect new functionality

pull/1342/head
Keyan Pishdadian 10 years ago
parent
commit
5f64971731
  1. 2
      scripts/flaskext_migrate.py

2
scripts/flaskext_migrate.py

@ -3,8 +3,6 @@
# #
# "import flask.ext.foo" # "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>` # Run in the terminal by typing: `python flaskext_migrate.py <source_file.py>`
# #

Loading…
Cancel
Save