remove psyco
This commit is contained in:
parent
fa081f4b5d
commit
632f9ef19c
@ -174,12 +174,6 @@ from logging import warn, error, info, debug
|
|||||||
from numpy import fromstring
|
from numpy import fromstring
|
||||||
import nbt
|
import nbt
|
||||||
|
|
||||||
try:
|
|
||||||
import psyco
|
|
||||||
psyco.full()
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
from mclevelbase import *
|
from mclevelbase import *
|
||||||
from indev import *
|
from indev import *
|
||||||
from infiniteworld import *
|
from infiniteworld import *
|
||||||
|
Reference in New Issue
Block a user