diff -r 6811021e3d94 -r 614396cbffbf Beremiz_service.py --- a/Beremiz_service.py Thu Oct 05 16:46:29 2017 +0300 +++ b/Beremiz_service.py Fri Oct 06 17:52:34 2017 +0300 @@ -28,14 +28,13 @@ import os import sys import getopt -import gettext import threading from threading import Thread, currentThread, Semaphore import traceback import __builtin__ import Pyro.core as pyro -from runtime import PLCObject, PLCprint, ServicePublisher +from runtime import PLCObject, ServicePublisher import util.paths as paths