Beremiz.py
changeset 1847 6198190bc121
parent 1831 56b48961cc68
child 1872 866fb3ab8778
--- a/Beremiz.py	Tue Oct 03 16:31:31 2017 +0300
+++ b/Beremiz.py	Thu Oct 05 16:38:49 2017 +0300
@@ -57,7 +57,7 @@
             self.splash.Show()
             self.splash.ProcessEvent(wx.PaintEvent())
         else:
-            for i in range(0, 30):
+            for dummy in range(0, 30):
                 wx.Yield()
                 time.sleep(0.01)