projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated WinCE project file list
[wxWidgets.git]
/
wxPython
/
demo
/
wxJoystick.py
diff --git
a/wxPython/demo/wxJoystick.py
b/wxPython/demo/wxJoystick.py
index 1c4882f40e439590bda85ae7bb8947f9cf8509c0..69555ee225965bf4dc7c4435e03b559635e7e003 100644
(file)
--- a/
wxPython/demo/wxJoystick.py
+++ b/
wxPython/demo/wxJoystick.py
@@
-195,3
+195,12
@@
def runTest(frame, nb, log):
overview = """\
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+