Add import wx now that we removed wx.aui, or it won't work

This commit is contained in:
cncfanatics
2010-08-15 18:07:26 +02:00
parent 00b468898e
commit 378fcc0b51

View File

@@ -17,6 +17,7 @@
# along with pyfa. If not, see <http://www.gnu.org/licenses/>.
#===============================================================================
import wx
from gui.fittingView import FittingView
from gui.statsPane import StatsPane