Removed unnecessary import

This commit is contained in:
Gyedo Jeon 2010-02-22 18:36:37 +00:00
parent 5150c70bfa
commit e3272b9610

View File

@ -3,7 +3,6 @@ Defines ObjectPalette tree UI
"""
import wx
import cPickle as pickle
from ObjectPalette import *
class ObjectPaletteUI(wx.Panel):
def __init__(self, parent, editor):