Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 352e516

Browse files
committed
Bottle is a 3rd party tool (not going to extra folder)
1 parent 0f62e67 commit 352e516

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

lib/utils/api.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
else:
2727
_multiprocessing = multiprocessing
2828

29-
from extra.bottle.bottle import abort
30-
from extra.bottle.bottle import error
31-
from extra.bottle.bottle import get
32-
from extra.bottle.bottle import hook
33-
from extra.bottle.bottle import post
34-
from extra.bottle.bottle import request
35-
from extra.bottle.bottle import response
36-
from extra.bottle.bottle import run
37-
from extra.bottle.bottle import static_file
38-
from extra.bottle.bottle import template
29+
from thirdparty.bottle.bottle import abort
30+
from thirdparty.bottle.bottle import error
31+
from thirdparty.bottle.bottle import get
32+
from thirdparty.bottle.bottle import hook
33+
from thirdparty.bottle.bottle import post
34+
from thirdparty.bottle.bottle import request
35+
from thirdparty.bottle.bottle import response
36+
from thirdparty.bottle.bottle import run
37+
from thirdparty.bottle.bottle import static_file
38+
from thirdparty.bottle.bottle import template
3939
from lib.controller.controller import start
4040
from lib.core.common import unArrayizeValue
4141
from lib.core.convert import hexencode

0 commit comments

Comments
 (0)