#!/usr/bin/python
import wxversion
wxversion.select("2.8")

from wx.py.PyWrap import main
main()
