projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
demo
/
Timer.py
diff --git
a/wxPython/demo/Timer.py
b/wxPython/demo/Timer.py
index af5e77e43d9e3f5f5f5b6317ddc0dcd4ca0979ae..22b7192a2cf45d1feac697c6735a1ff214396cf4 100644
(file)
--- a/
wxPython/demo/Timer.py
+++ b/
wxPython/demo/Timer.py
@@
-229,7
+229,7
@@
class NotifyTimer(wx.Timer):
self.log = log
def Notify(self):
self.log = log
def Notify(self):
- log.write("got NotifyTimer event\n")
+
self.
log.write("got NotifyTimer event\n")