]> git.saurik.com Git - wxWidgets.git/blob - wxPython/scripts/img2py
Remove semicolon after if statmce that can potentially cause harm later. Patch #14438...
[wxWidgets.git] / wxPython / scripts / img2py
1 #!/usr/bin/env python
2
3 import sys
4 from wx.tools.img2py import main
5 main(sys.argv[1:])
6