projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
wxTextBuffer ctor bug and something else
[wxWidgets.git]
/
wxPython
/
scripts
/
pycwrap
This page requires JavaScript to run. Use
this page
instead.
0 / 7 ( 0%)
Commit
Line
Data
1
#!/usr/bin/env python
2
3
from wxPython.lib.PyCrust.wrap import main
4
import sys, os
5
6
sys.path.insert(0, os.curdir)
7
main(sys.argv)