projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved tools to be a Python package in wxPython.tools, added scripts to
[wxWidgets.git]
/
wxPython
/
scripts
/
xrced
1
#!/usr/bin/env python
2
3
from
wxPython
.
tools
.
XRCed
.
xrced
import
main
4
main
()