]> git.saurik.com Git - wxWidgets.git/blame - wxPython/scripts/pywxrc
use the MSVC 7.1 DLLs for python versions >= 2.4, not ==
[wxWidgets.git] / wxPython / scripts / pywxrc
CommitLineData
2e0ae50e 1#!/usr/bin/env python
90347101 2import sys
2e0ae50e 3from wx.tools.pywxrc import main
90347101 4main(sys.argv[1:])
2e0ae50e 5