Removed unnecessary import
This commit is contained in:
parent
5150c70bfa
commit
e3272b9610
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue