define arrays of chartoo as the existing ones can't be used to store char values...
[wxWidgets.git] / wxPython / scripts / pywxrc
0 / 5 (  0%)
CommitLineData
1#!/usr/bin/env python
2import sys
3from wx.tools.pywxrc import main
4main(sys.argv[1:])
5