]> git.saurik.com Git - wxWidgets.git/blame_incremental - wxPython/scripts/pywxrc
use C++ compiler for all getsockopt() tests, not just one of them to fix compilation...
[wxWidgets.git] / wxPython / scripts / pywxrc
... / ...
CommitLineData
1#!/usr/bin/env python
2import sys
3from wx.tools.pywxrc import main
4main(sys.argv[1:])
5