]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/scripts/img2py
For efficiency reasons, text controls no longer set the string for each text updated...
[wxWidgets.git] / wxPython / scripts / img2py
... / ...
CommitLineData
1#!/usr/bin/env python
2
3import sys
4from wx.tools.img2py import main
5main(sys.argv[1:])
6