* update .gitignore * #906 change all python execfile() to exec(open().read())
@ -1,2 +1,2 @@
execfile("Modified_data/next_level.py")
exec(open("Modified_data/next_level.py").read())
The note is not visible to the blocked user.