Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 209f4b3

Browse files
committed
psyco lib is unmaintained now
1 parent 243a905 commit 209f4b3

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

_sqlmap.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
1515
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
1616

17-
try:
18-
import psyco
19-
psyco.full()
20-
psyco.profile()
21-
except ImportError:
22-
pass
23-
2417
from lib.controller.controller import start
2518
from lib.core.common import banner
2619
from lib.core.common import dataToStdout

0 commit comments

Comments
 (0)