Adds wxSplitterWindow support, patch from Steve Hartwell.
[wxWidgets.git] / wxPython / scripts / img2py
0 / 6 (  0%)
CommitLineData
1#!/usr/bin/env python
2
3import sys
4from wx.tools.img2py import main
5main(sys.argv[1:])
6