psyco lib is unmaintained now

This commit is contained in:
Bernardo Damele 2012-07-18 11:36:46 +01:00
parent 243a905788
commit 209f4b34e3

View File

@ -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