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