Python3 exec open (#907)

* update .gitignore

* #906 change all python execfile() to exec(open().read())
This commit is contained in:
Scott Fennell
2019-11-14 13:35:57 -06:00
committed by GitHub
parent 0b4806dfb1
commit 0d5aa45c20
100 changed files with 176 additions and 175 deletions

View File

@ -1,2 +1,2 @@
execfile("Modified_data/next_level.py")
exec(open("Modified_data/next_level.py").read())