]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_app_ex.py
test wxString's char<->wchar_t ctors
[wxWidgets.git] / wxPython / src / _app_ex.py
index ed611bb1f7fbb09e5697606297c5928a18269116..f70c78c26f9600dd960fc06605ce1e6c835a2cc2 100644 (file)
@@ -236,7 +236,6 @@ class PySimpleApp(wx.App):
         wx.App.__init__(self, redirect, filename, useBestVisual, clearSigInt)
         
     def OnInit(self):
-        wx.InitAllImageHandlers()
         return True