Skip to content

Commit 0eb7a8f

Browse files
author
kyle roux
committed
updated manage
1 parent 706eec9 commit 0eb7a8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

flask_xxl/manage.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
~~~~~~
77
"""
88
import subprocess
9-
from flask.ext.script import Shell, Manager, prompt_bool
10-
from flask.ext.script.commands import Clean,ShowUrls
11-
from flask.ext.xxl import flaskxxl
9+
from flask_script import Shell, Manager, prompt_bool
10+
from flask_script.commands import Clean,ShowUrls
11+
from flask_xxl import flaskxxl
1212
manager = Manager(flaskxxl)
13-
from flask.ext.xxl.mr_bob import manager as mrbob_manager
13+
from flask_xxl.mr_bob import manager as mrbob_manager
1414
import sys
1515

1616
def main(auto=False):

0 commit comments

Comments
 (0)