Explorar el Código

Removed unnecessary import

Gyedo Jeon hace 16 años
padre
commit
e3272b9610
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      direct/src/leveleditor/ObjectPaletteUI.py

+ 0 - 1
direct/src/leveleditor/ObjectPaletteUI.py

@@ -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):