Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec420c commit 2e97405Copy full SHA for 2e97405
4 files changed
_sqlmap.py
@@ -45,15 +45,9 @@
45
from lib.core.testing import smokeTest
46
from lib.core.testing import liveTest
47
from lib.parse.cmdline import cmdLineParser
48
+from lib.utils.restapi import restAPIrun
49
from lib.utils.xmlrpc import XMLRPCServer
50
-try:
51
- from lib.utils.restapi import restAPIrun
52
-except SqlmapMissingDependence, e:
53
- e = getUnicode(e)
54
- logger.critical(e)
55
- sys.exit(1)
56
-
57
def modulePath():
58
"""
59
This will get us the program's directory, even if we are frozen
extra/bottle/__init__.py
@@ -0,0 +1,8 @@
1
+#!/usr/bin/env python
2
+
3
+"""
4
+Copyright (c) 2006-2012 sqlmap developers (http://sqlmap.org/)
5
+See the file 'doc/COPYING' for copying permission
6
7
8
+pass
0 commit comments