Don't use the deprecated wx.PySimpleApp class
authorAntonio Ospite <ao2@ao2.it>
Fri, 3 Oct 2014 09:59:16 +0000 (11:59 +0200)
committerAntonio Ospite <ao2@ao2.it>
Fri, 3 Oct 2014 10:59:36 +0000 (12:59 +0200)
Fix this warning:

./PoPiPaint.py:28: wxPyDeprecationWarning: Using deprecated class PySimpleApp.
  wx.PySimpleApp.__init__(self, *args, **kwargs)


No differences found