Adding support for internationalization
authorlaurent
Wed, 29 Jul 2009 10:27:23 +0200
changeset 362 181231bf275f
parent 361 331d698e1118
child 363 e0c4d3549369
Adding support for internationalization
Beremiz_service.py
--- a/Beremiz_service.py	Tue Jul 28 17:43:19 2009 +0200
+++ b/Beremiz_service.py	Wed Jul 29 10:27:23 2009 +0200
@@ -486,7 +486,6 @@
 if havewx:
     from threading import Semaphore
     wx_eval_lock = Semaphore(0)
-    app=wx.App(redirect=False)
     mythread = currentThread()
     
     def statuschange(status):