From 209f4b34e3112d4bfbbe536979325225c636b642 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 18 Jul 2012 11:36:46 +0100 Subject: [PATCH] psyco lib is unmaintained now --- _sqlmap.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/_sqlmap.py b/_sqlmap.py index 5b5c867e7..7d6e97cc9 100755 --- a/_sqlmap.py +++ b/_sqlmap.py @@ -14,13 +14,6 @@ import warnings warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning) warnings.filterwarnings(action="ignore", category=DeprecationWarning) -try: - import psyco - psyco.full() - psyco.profile() -except ImportError: - pass - from lib.controller.controller import start from lib.core.common import banner from lib.core.common import dataToStdout