runtime/PLCObject.py
branchpython3
changeset 3752 9f6f46dbe3ae
parent 3750 f62625418bff
child 3772 ec2babbd5698
--- a/runtime/PLCObject.py	Fri Oct 28 13:06:52 2022 +0800
+++ b/runtime/PLCObject.py	Fri Oct 28 14:07:13 2022 +0800
@@ -22,7 +22,6 @@
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 
-
 from threading import Thread, Lock, Event, Condition
 import ctypes
 import os
@@ -33,8 +32,6 @@
 import hashlib
 from tempfile import mkstemp
 from functools import wraps, partial
-from six.moves import xrange
-from past.builtins import execfile
 import _ctypes
 
 from runtime.typemapping import TypeTranslator