projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
changed handling of range/max scrolling parameter and cleanup (removed Win16 code)
[wxWidgets.git]
/
wxPython
/
scripts
/
pycwrap
Commit
Line
Data
1e4a197e
RD
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)