From abdd9498caf86c4209c8faeac8847f9788903a7c Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Sat, 11 Dec 2010 13:06:15 +0200 Subject: [PATCH] Removed an useless import in gui.Display --- gui/display.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gui/display.py b/gui/display.py index ac9573bd1..250d85022 100644 --- a/gui/display.py +++ b/gui/display.py @@ -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):