py_ext/PythonFileCTNMixin.py
changeset 1748 ba5f64fe0e00
parent 1744 69dfdb26f600
child 1751 c28db6f7616b
equal deleted inserted replaced
1747:6046ffa2280f 1748:ba5f64fe0e00
   290 
   290 
   291         return ([(Gen_PyCfile_path, matiec_CFLAGS)],
   291         return ([(Gen_PyCfile_path, matiec_CFLAGS)],
   292                 "",
   292                 "",
   293                 True,
   293                 True,
   294                 ("runtime_%s.py" % location_str, file(runtimefile_path, "rb")))
   294                 ("runtime_%s.py" % location_str, file(runtimefile_path, "rb")))
   295