mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Bottle is a 3rd party tool (not going to extra folder)
This commit is contained in:
@@ -26,16 +26,16 @@ except (ImportError, OSError):
|
|||||||
else:
|
else:
|
||||||
_multiprocessing = multiprocessing
|
_multiprocessing = multiprocessing
|
||||||
|
|
||||||
from extra.bottle.bottle import abort
|
from thirdparty.bottle.bottle import abort
|
||||||
from extra.bottle.bottle import error
|
from thirdparty.bottle.bottle import error
|
||||||
from extra.bottle.bottle import get
|
from thirdparty.bottle.bottle import get
|
||||||
from extra.bottle.bottle import hook
|
from thirdparty.bottle.bottle import hook
|
||||||
from extra.bottle.bottle import post
|
from thirdparty.bottle.bottle import post
|
||||||
from extra.bottle.bottle import request
|
from thirdparty.bottle.bottle import request
|
||||||
from extra.bottle.bottle import response
|
from thirdparty.bottle.bottle import response
|
||||||
from extra.bottle.bottle import run
|
from thirdparty.bottle.bottle import run
|
||||||
from extra.bottle.bottle import static_file
|
from thirdparty.bottle.bottle import static_file
|
||||||
from extra.bottle.bottle import template
|
from thirdparty.bottle.bottle import template
|
||||||
from lib.controller.controller import start
|
from lib.controller.controller import start
|
||||||
from lib.core.common import unArrayizeValue
|
from lib.core.common import unArrayizeValue
|
||||||
from lib.core.convert import hexencode
|
from lib.core.convert import hexencode
|
||||||
|
|||||||
Reference in New Issue
Block a user