]> git.saurik.com Git - wxWidgets.git/blame - wxPython/scripts/genaxmodule
Patches from KevinO that work around issues where the widget isn't
[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)