summaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
Diffstat (limited to 'manage.py')
-rwxr-xr-xmanage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index cb65d10..cd763ed 100755
--- a/manage.py
+++ b/manage.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
from flask import current_app
-from flask.ext.script import Command, Manager, Server, Shell, Option
+from flask.ext.script import Manager, Server, Shell, Option
from accounts import create_app
-from accounts.utils.console import TablePrinter
+from accounts.utils.console import Command, TablePrinter
class ListServices(Command):