pyflakes helped fixes: mclevelbase.py: unravel import all of entity, faces, materials, nbt and numpy modules, none of which were actually used directly
This commit is contained in:
parent
29859b71ee
commit
32c827da6e
@ -3,18 +3,10 @@ Created on Jul 22, 2011
|
|||||||
|
|
||||||
@author: Rio
|
@author: Rio
|
||||||
'''
|
'''
|
||||||
import os
|
|
||||||
from contextlib import contextmanager
|
from contextlib import contextmanager
|
||||||
|
|
||||||
from numpy import *
|
|
||||||
from logging import getLogger
|
from logging import getLogger
|
||||||
|
import os
|
||||||
from nbt import *
|
|
||||||
from materials import *
|
|
||||||
from entity import *
|
|
||||||
|
|
||||||
from faces import *
|
|
||||||
#String constants for common tag names
|
|
||||||
|
|
||||||
log = getLogger(__name__)
|
log = getLogger(__name__)
|
||||||
warn, error, info, debug = log.warn, log.error, log.info, log.debug
|
warn, error, info, debug = log.warn, log.error, log.info, log.debug
|
||||||
|
Reference in New Issue
Block a user