diff -r 6811021e3d94 -r 614396cbffbf PLCControler.py --- a/PLCControler.py Thu Oct 05 16:46:29 2017 +0300 +++ b/PLCControler.py Fri Oct 06 17:52:34 2017 +0300 @@ -23,11 +23,10 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -from xml.dom import minidom -from types import StringType, UnicodeType, TupleType + +from types import TupleType from copy import deepcopy import os -import sys import re import datetime from time import localtime