Merge pull request #86 from zothar/pyflakes

pyflakes related: add missing import to __init__.py
This commit is contained in:
David Vierra 2012-03-11 17:39:14 -07:00
commit 3dc2b9e824

View File

@ -7,7 +7,7 @@ import items
from java import MCJavaLevel
from level import ChunkBase, computeChunkHeightMap, EntityLevel, FakeChunk, LightedChunk, MCLevel
from materials import alphaMaterials, classicMaterials, indevMaterials, MCMaterials, namedMaterials, pocketMaterials
from mclevelbase import saveFileDir, minecraftDir, PlayerNotFound
from mclevelbase import ChunkNotPresent, saveFileDir, minecraftDir, PlayerNotFound
from mclevel import fromFile, loadWorld, loadWorldNumber
from nbt import load, gunzip, TAG_Byte, TAG_Byte_Array, TAG_Compound, TAG_Double, TAG_Float, TAG_Int, TAG_Int_Array, TAG_List, TAG_Long, TAG_Short, TAG_String
import pocket