diff -r e598d1acf354 -r 56b48961cc68 runtime/PLCObject.py --- 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"]