mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
update execfile to py3 in tutorial
This commit is contained in:
parent
83652ad811
commit
a6eeff930f
@ -62,8 +62,8 @@ The `realtime.py` file must be included in the RUN_test/input.py file. When
|
||||
finished, the latest version of the input file should look like the following:
|
||||
|
||||
```python
|
||||
execfile("Modified_data/realtime.py")
|
||||
execfile("Modified_data/cannon.dr")
|
||||
exec(open("Modified_data/realtime.py").read())
|
||||
exec(open("Modified_data/cannon.dr").read())
|
||||
trick.stop(5.2)
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user