summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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