|
26 | 26 | else: |
27 | 27 | _multiprocessing = multiprocessing |
28 | 28 |
|
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 |
39 | 29 | from lib.controller.controller import start |
40 | 30 | from lib.core.common import unArrayizeValue |
41 | 31 | from lib.core.convert import hexencode |
|
52 | 42 | from lib.core.optiondict import optDict |
53 | 43 | from lib.core.option import init |
54 | 44 | from lib.core.settings import UNICODE_ENCODING |
| 45 | +from thirdparty.bottle.bottle import abort |
| 46 | +from thirdparty.bottle.bottle import error |
| 47 | +from thirdparty.bottle.bottle import get |
| 48 | +from thirdparty.bottle.bottle import hook |
| 49 | +from thirdparty.bottle.bottle import post |
| 50 | +from thirdparty.bottle.bottle import request |
| 51 | +from thirdparty.bottle.bottle import response |
| 52 | +from thirdparty.bottle.bottle import run |
| 53 | +from thirdparty.bottle.bottle import static_file |
| 54 | +from thirdparty.bottle.bottle import template |
55 | 55 |
|
56 | 56 | RESTAPI_SERVER_HOST = "127.0.0.1" |
57 | 57 | RESTAPI_SERVER_PORT = 8775 |
|
0 commit comments