]> git.saurik.com Git - wxWidgets.git/blame - wxPython/scripts/genaxmodule
apparently the check for too small rect is needed not only with wxNB_MULTILINE (see...
[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)