]> git.saurik.com Git - wxWidgets.git/blob - wxPython/scripts/pyshell
implemented UTF-16/32 using To/FromWChar() instead of MB2WC/WC2MB for sizeof(wchar_t...
[wxWidgets.git] / wxPython / scripts / pyshell
1 #!/usr/bin/env python
2
3 from wx.py.PyShell import main
4 main()