We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cc8a3 commit 0a378c1Copy full SHA for 0a378c1
1 file changed
sqlmap.py
@@ -16,10 +16,6 @@
16
17
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
18
19
-# NOTE: This breaks SQL shell and OS shell history and TAB functionalities
20
-#import locale
21
-#sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
22
-
23
try:
24
import psyco
25
psyco.full()
0 commit comments