From 0a378c10783c371427bbd58f28d9c3b36e289c1a Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Fri, 15 Oct 2010 10:25:43 +0000 Subject: [PATCH] Removed useless code --- sqlmap.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sqlmap.py b/sqlmap.py index 590650d16..447e0ca58 100755 --- a/sqlmap.py +++ b/sqlmap.py @@ -16,10 +16,6 @@ import warnings 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: import psyco psyco.full()