py_ext/PythonFileCTNMixin.py
changeset 2442 b13f021c68a5
parent 2439 f0a040f1de1b
child 2679 2783906d5792
equal deleted inserted replaced
2441:c553769a65af 2442:b13f021c68a5
   316             self.GetCTRoot().GetIECLibPath())
   316             self.GetCTRoot().GetIECLibPath())
   317 
   317 
   318         return ([(Gen_PyCfile_path, matiec_CFLAGS)],
   318         return ([(Gen_PyCfile_path, matiec_CFLAGS)],
   319                 "",
   319                 "",
   320                 True,
   320                 True,
   321                 ("runtime_%s.py" % location_str, file(runtimefile_path, "rb")))
   321                 ("runtime_%s.py" % location_str, open(runtimefile_path, "rb")))