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 243a905 commit 209f4b3Copy full SHA for 209f4b3
1 file changed
_sqlmap.py
@@ -14,13 +14,6 @@
14
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
15
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
16
17
-try:
18
- import psyco
19
- psyco.full()
20
- psyco.profile()
21
-except ImportError:
22
- pass
23
-
24
from lib.controller.controller import start
25
from lib.core.common import banner
26
from lib.core.common import dataToStdout
0 commit comments