]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/scripts/img2py
fixed the checked flag value for events from check items in popup menus (patch 107901...
[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