X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..a60a5499953215f46062de58c0fe5df7b3a27a60:/wxPython/demo/Timer.py diff --git a/wxPython/demo/Timer.py b/wxPython/demo/Timer.py index af5e77e43d..22b7192a2c 100644 --- a/wxPython/demo/Timer.py +++ b/wxPython/demo/Timer.py @@ -229,7 +229,7 @@ class NotifyTimer(wx.Timer): self.log = log def Notify(self): - log.write("got NotifyTimer event\n") + self.log.write("got NotifyTimer event\n")