Clean up some imports

This commit is contained in:
David Vierra 2015-11-20 06:30:14 -10:00
parent 4e55976088
commit 86f7769fe1

View File

@ -12,9 +12,8 @@ import itertools
from mcedit2.command import SimpleRevisionCommand
from mceditlib.util.lazyprop import weakrefprop
from mcedit2.util.screen import centerWidgetInScreen
from mcedit2.widgets.inventory import InventoryView, InventoryItemModel, InventoryEditor
from mcedit2.widgets.inventory import InventoryEditor
from mcedit2.widgets.layout import Row
from mcedit2.widgets.nbttree.nbttreemodel import NBTTreeModel
from mcedit2.util.load_ui import load_ui
from mcedit2.util.resources import resourcePath
from mcedit2.widgets.propertylist import PropertyListModel