This website requires JavaScript.
Explore
Help
Register
Sign In
cheng
/
wxWidgets
Watch
1
Star
0
Fork
0
You've already forked wxWidgets
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
c744d3f862
wxWidgets
/
wxPython
/
scripts
/
pywxrc
6 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
A Python version of wxrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-06 14:32:25 -04:00
#!/usr/bin/env python
Main now takes a list of args git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 22:00:51 -04:00
import sys
A Python version of wxrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-06 14:32:25 -04:00
from wx.tools.pywxrc import main
Main now takes a list of args git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-03 22:00:51 -04:00
main(sys.argv[1:])
A Python version of wxrc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-06 14:32:25 -04:00
Reference in New Issue
Copy Permalink