#!/usr/bin/python2.3


import sys
from wxPython.tools.img2py import main
main(sys.argv[1:])

