mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Removed unnecessary import
This commit is contained in:
parent
5150c70bfa
commit
e3272b9610
@ -3,7 +3,6 @@ Defines ObjectPalette tree UI
|
|||||||
"""
|
"""
|
||||||
import wx
|
import wx
|
||||||
import cPickle as pickle
|
import cPickle as pickle
|
||||||
from ObjectPalette import *
|
|
||||||
|
|
||||||
class ObjectPaletteUI(wx.Panel):
|
class ObjectPaletteUI(wx.Panel):
|
||||||
def __init__(self, parent, editor):
|
def __init__(self, parent, editor):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user