From 6d074668a98e16cae2fa587421f445af75b7db97 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Mon, 28 Mar 2011 19:14:13 +0300 Subject: [PATCH] Removed an useless import in PFListPane --- gui/PFListPane.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/PFListPane.py b/gui/PFListPane.py index 904df8f79..9c30327e2 100644 --- a/gui/PFListPane.py +++ b/gui/PFListPane.py @@ -18,7 +18,6 @@ #=============================================================================== import wx -import gui.mainFrame class PFListPane(wx.ScrolledWindow): def __init__(self, parent):