runtime/PLCObject.py
changeset 1831 56b48961cc68
parent 1783 3311eea28d56
child 1832 0f1081928d65
--- a/runtime/PLCObject.py	Fri Sep 22 20:12:22 2017 +0300
+++ b/runtime/PLCObject.py	Thu Sep 28 12:20:40 2017 +0300
@@ -277,7 +277,7 @@
         self.python_runtime_vars = globals().copy()
         self.python_runtime_vars.update(self.pyruntimevars)
 
-        class PLCSafeGlobals:
+        class PLCSafeGlobals(object):
             def __getattr__(_self, name):
                 try:
                     t = self.python_runtime_vars["_"+name+"_ctype"]