8000 fixs · jstacoder/flask-xxl@98ba36d · GitHub
[go: up one dir, main page]

Skip to content

Commit 98ba36d

Browse files
committed
fixs
1 parent 4633d72 commit 98ba36d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_xxl/mr_bob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from flask.ext.script import Manager, prompt_bool
1+
from flask_script import Manager, prompt_bool
22
import os
33
from mrbob import cli
44
import mrbob

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0,10,5'
1+
VERSION = '0,10,6'
22
import os
33
from setuptools import setup, find_packages,findall
44
from glob import glob

0 commit comments

Comments
 (0)
0