projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
new VC++ project files with both dll and lib in one project
[wxWidgets.git]
/
wxPython
/
demo
/
wxJoystick.py
diff --git
a/wxPython/demo/wxJoystick.py
b/wxPython/demo/wxJoystick.py
index 2e13d8101034b1f856a548050d0c45cbc4eef11c..69555ee225965bf4dc7c4435e03b559635e7e003 100644
(file)
--- a/
wxPython/demo/wxJoystick.py
+++ b/
wxPython/demo/wxJoystick.py
@@
-11,7
+11,7
@@
class JoystickTestPanel(wxPanel):
style = wxTAB_TRAVERSAL ):
wxPanel.__init__(self, parent, id, pos, size, style)
style = wxTAB_TRAVERSAL ):
wxPanel.__init__(self, parent, id, pos, size, style)
- MakeJoystickTestPanel( self,
t
rue )
+ MakeJoystickTestPanel( self,
T
rue )
try:
self.stick = wxJoystick()
try:
self.stick = wxJoystick()
@@
-195,3
+195,12
@@
def runTest(frame, nb, log):
overview = """\
"""
overview = """\
"""
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+