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)
commit91bd01ad8afc9a8e04e0058fc646172f43f17adc
treedf45a719f05b1b30c678cc7b8c8511bf21b7ca15
parent30903969839d27e95dd456d3e2155e3ead2069b6
Don't use the deprecated wx.PySimpleApp class

Fix this warning:

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