Beremiz.py
changeset 1739 ec153828ded2
parent 1736 7e61baa047f0
child 1740 b789b695b5c6
--- a/Beremiz.py	Mon Aug 14 23:38:28 2017 +0300
+++ b/Beremiz.py	Tue Aug 15 12:17:51 2017 +0300
@@ -111,7 +111,7 @@
     def CreateApplication(self):
         if os.path.exists("BEREMIZ_DEBUG"):
             __builtin__.__dict__["BMZ_DBG"] = True
-        else :
+        else:
             __builtin__.__dict__["BMZ_DBG"] = False
 
         global wxversion, wx
@@ -160,10 +160,10 @@
 
             def updateinfoproc():
                 global updateinfo
-                try :
+                try:
                     import urllib2
                     updateinfo = urllib2.urlopen(self.updateinfo_url,None).read()
-                except :
+                except:
                     updateinfo = _("update info unavailable.")
 
             from threading import Thread