From 378fcc0b51c5928dfd683a3a1021b3f0d6d842ba Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sun, 15 Aug 2010 18:07:26 +0200 Subject: [PATCH] Add import wx now that we removed wx.aui, or it won't work --- gui/fitMultiSwitch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/fitMultiSwitch.py b/gui/fitMultiSwitch.py index 4a528f8de..e20797d6f 100644 --- a/gui/fitMultiSwitch.py +++ b/gui/fitMultiSwitch.py @@ -17,6 +17,7 @@ # along with pyfa. If not, see . #=============================================================================== +import wx from gui.fittingView import FittingView from gui.statsPane import StatsPane