missing #if's needed for compilation with some wxUSE_XXX set to 0 (patch 728413)
[wxWidgets.git] / wxPython / scripts / pycrust
1 #!/usr/bin/env python
2
3 from wxPython.lib.PyCrust.PyCrustApp import main
4 main()