mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
Removed useless code
This commit is contained in:
parent
48cc8a308d
commit
0a378c1078
|
@ -16,10 +16,6 @@ import warnings
|
||||||
|
|
||||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||||
|
|
||||||
# NOTE: This breaks SQL shell and OS shell history and TAB functionalities
|
|
||||||
#import locale
|
|
||||||
#sys.stdout = codecs.getwriter(locale.getpreferredencoding())(sys.stdout)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import psyco
|
import psyco
|
||||||
psyco.full()
|
psyco.full()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user