summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Post <cent@spline.de>2020-08-07 21:43:11 +0200
committerVincent Post <cent@spline.de>2020-08-07 21:43:11 +0200
commit51a6a8461a9041bab4b61c40f53ddafe6404134d (patch)
tree52af6cb2e267b491bedf0f142ffef89efeb83195
parente4747b09ea4a91cb398af39a545bf3448393f29e (diff)
downloadweb-2to3.tar.gz
web-2to3.tar.bz2
web-2to3.zip
forgot to update flask.ext imports in manage.py2to3
-rwxr-xr-xmanage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage.py b/manage.py
index e4de15f..c1abbe3 100755
--- a/manage.py
+++ b/manage.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
from flask import current_app
-from flask.ext.script import Manager, Server, Shell, Option, prompt_bool
+from flask_script import Manager, Server, Shell, Option, prompt_bool
from accounts import create_app
from accounts.forms import RegisterForm