X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8eca4fef106b8327e2e55636de3f68a511a4c392..5f57b149e60ac95a47d45409ae3a9c9acaee04be:/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")