From: Antonio Ospite Date: Fri, 3 Oct 2014 09:59:16 +0000 (+0200) Subject: Don't use the deprecated wx.PySimpleApp class X-Git-Url: https://git.ao2.it/PoPiPaint.git/commitdiff_plain/91bd01ad8afc9a8e04e0058fc646172f43f17adc?hp=91bd01ad8afc9a8e04e0058fc646172f43f17adc 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) ---