mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
bundle bottle library in sqlmap (it is MIT license) - issue #297
This commit is contained in:
@@ -45,15 +45,9 @@ from lib.core.settings import XMLRPC_SERVER_PORT
|
||||
from lib.core.testing import smokeTest
|
||||
from lib.core.testing import liveTest
|
||||
from lib.parse.cmdline import cmdLineParser
|
||||
from lib.utils.restapi import restAPIrun
|
||||
from lib.utils.xmlrpc import XMLRPCServer
|
||||
|
||||
try:
|
||||
from lib.utils.restapi import restAPIrun
|
||||
except SqlmapMissingDependence, e:
|
||||
e = getUnicode(e)
|
||||
logger.critical(e)
|
||||
sys.exit(1)
|
||||
|
||||
def modulePath():
|
||||
"""
|
||||
This will get us the program's directory, even if we are frozen
|
||||
|
||||
Reference in New Issue
Block a user