Files
CoolProp/Web/scripts/coolprop.tabular.speed.py
Matthis Thorade 526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00

10 lines
268 B
Python

import sys, shutil
sys.path.append('../../dev/TTSE/')
import AbstractStateTTSE
shutil.copy2('../../dev/TTSE/AbstractStateTTSE.py', '../coolprop/speed_script.py')
with open('../coolprop/tabular_data.rst.in','w') as fp:
fp.write(AbstractStateTTSE.generate_rst())