Beremiz_service.py
changeset 2273 a0efe3d9c853
parent 2270 d9175daf6522
child 2305 56f1d8aca886
equal deleted inserted replaced
2272:28b0a783975e 2273:a0efe3d9c853
   515 
   515 
   516 pyroserver.PrintServerInfo()
   516 pyroserver.PrintServerInfo()
   517 
   517 
   518 # Beremiz IDE detects LOCAL:// runtime is ready by looking
   518 # Beremiz IDE detects LOCAL:// runtime is ready by looking
   519 # for self.workdir in the daemon's stdout.
   519 # for self.workdir in the daemon's stdout.
   520 print(_("Current working directory :"), WorkingDir)
   520 sys.stdout.write(_("Current working directory :") + WorkingDir + "\n")
   521 
   521 sys.stdout.flush()
   522 
   522 
   523 if havetwisted or havewx:
   523 if havetwisted or havewx:
   524     ui_thread_started = Lock()
   524     ui_thread_started = Lock()
   525     ui_thread_started.acquire()
   525     ui_thread_started.acquire()
   526     if havetwisted:
   526     if havetwisted: