trick/test/SIM_test_ip/Modified_data/nested_includes.py
Scott Fennell 0d5aa45c20
Python3 exec open (#907)
* update .gitignore

* #906 change all python execfile() to exec(open().read())
2019-11-14 13:35:57 -06:00

3 lines
50 B
Python

exec(open("Modified_data/next_level.py").read())