Removed an useless import in gui.Display

This commit is contained in:
HomeWorld
2010-12-11 13:06:15 +02:00
parent 3d264d47b7
commit abdd9498ca

View File

@@ -23,8 +23,6 @@ import gui.mainFrame
from gui.viewColumn import ViewColumn
from gui.cachingImageList import CachingImageList
from wxPython._controls import wxLIST_STATE_DONTCARE
class Display(wx.ListCtrl):
def __init__(self, parent, size = wx.DefaultSize, style = 0):