remove psyco

This commit is contained in:
David Vierra 2011-09-19 17:04:02 -10:00
parent fa081f4b5d
commit 632f9ef19c

View File

@ -174,12 +174,6 @@ from logging import warn, error, info, debug
from numpy import fromstring
import nbt
try:
import psyco
psyco.full()
except:
pass
from mclevelbase import *
from indev import *
from infiniteworld import *