]> git.saurik.com Git - wxWidgets.git/blame - wxPython/scripts/genaxmodule
fixed the checked flag value for events from check items in popup menus (patch 107901...
[wxWidgets.git] / wxPython / scripts / genaxmodule
CommitLineData
b7c75283
RD
1#!/usr/bin/env python
2
3import sys
4from wx.tools.genaxmodule import main
5main(sys.argv)