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

from wx.tools.Editra.launcher import main
main()
