]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/demo/demo.py
Added #include wx/dcclient.h and wx/settings.h for Vadims new code under
[wxWidgets.git] / utils / wxPython / demo / demo.py
1 #!/bin/env python
2
3 import Main
4 Main.main()