Update input files to be happy with Python 3. #1280 #706

This commit is contained in:
John M. Penn 2022-06-02 15:46:38 -05:00
parent 6ddcd9971c
commit ae55e7f5ab
8 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
dyn.balloon.pos[0] = 0
#dyn.balloon.pos[1] = 136.89

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
# Variable Server Data should be copied at top of frame.
trick.var_set_copy_mode(2)

View File

@ -1,4 +1,4 @@
execfile("Modified_data/realtime.py")
exec(open("./Modified_data/realtime.py").read())
dyn.lander.pos[0] = 0
dyn.lander.pos[1] = 1.8