diff -r d2e979738700 -r ec153828ded2 Beremiz.py --- 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