mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
* Disambiguate python use #1250 Changed all calls to /usr/bin/python to /usr/bin/env python3. Removed execute permissions on a lot of files that are not executable. closes #1250
This commit is contained in:
parent
a206970b08
commit
496de8c7a9
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
0
trick_sims/SIM_balloon/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_balloon/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_balloon/models/atmosphere/src/atmosphere.c
Executable file → Normal file
0
trick_sims/SIM_balloon/models/atmosphere/src/atmosphere.c
Executable file → Normal file
0
trick_sims/SIM_balloon/models/balloon/include/Balloon.hh
Executable file → Normal file
0
trick_sims/SIM_balloon/models/balloon/include/Balloon.hh
Executable file → Normal file
0
trick_sims/SIM_balloon/models/balloon/src/Balloon.cpp
Executable file → Normal file
0
trick_sims/SIM_balloon/models/balloon/src/Balloon.cpp
Executable file → Normal file
0
trick_sims/SIM_balloon/models/graphics/src/BalloonDisplay.java
Executable file → Normal file
0
trick_sims/SIM_balloon/models/graphics/src/BalloonDisplay.java
Executable file → Normal file
0
trick_sims/SIM_contact/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_contact/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_Newtons_cradle/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_Newtons_cradle/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_ball_line/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_ball_line/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_multi_collision/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_multi_collision/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_pool_break/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_pool_break/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_simple_collision/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_simple_collision/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_test5/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/RUN_test5/input.py
Executable file → Normal file
0
trick_sims/SIM_contact/S_define
Executable file → Normal file
0
trick_sims/SIM_contact/S_define
Executable file → Normal file
0
trick_sims/SIM_contact/S_overrides.mk
Executable file → Normal file
0
trick_sims/SIM_contact/S_overrides.mk
Executable file → Normal file
0
trick_sims/SIM_contact/models/contact/include/Contact.hh
Executable file → Normal file
0
trick_sims/SIM_contact/models/contact/include/Contact.hh
Executable file → Normal file
0
trick_sims/SIM_contact/models/contact/src/Contact.cpp
Executable file → Normal file
0
trick_sims/SIM_contact/models/contact/src/Contact.cpp
Executable file → Normal file
0
trick_sims/SIM_contact/models/graphics/Makefile
Executable file → Normal file
0
trick_sims/SIM_contact/models/graphics/Makefile
Executable file → Normal file
0
trick_sims/SIM_contact/models/graphics/src/BallDisplay.java
Executable file → Normal file
0
trick_sims/SIM_contact/models/graphics/src/BallDisplay.java
Executable file → Normal file
0
trick_sims/SIM_lander/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_lander/Modified_data/realtime.py
Executable file → Normal file
0
trick_sims/SIM_lander/RUN_test/input.py
Executable file → Normal file
0
trick_sims/SIM_lander/RUN_test/input.py
Executable file → Normal file
0
trick_sims/SIM_lander/S_define
Executable file → Normal file
0
trick_sims/SIM_lander/S_define
Executable file → Normal file
0
trick_sims/SIM_lander/S_overrides.mk
Executable file → Normal file
0
trick_sims/SIM_lander/S_overrides.mk
Executable file → Normal file
0
trick_sims/SIM_lander/models/graphics/Makefile
Executable file → Normal file
0
trick_sims/SIM_lander/models/graphics/Makefile
Executable file → Normal file
0
trick_sims/SIM_lander/models/graphics/src/LanderDisplay.java
Executable file → Normal file
0
trick_sims/SIM_lander/models/graphics/src/LanderDisplay.java
Executable file → Normal file
0
trick_sims/SIM_lander/models/lander/include/Lander.hh
Executable file → Normal file
0
trick_sims/SIM_lander/models/lander/include/Lander.hh
Executable file → Normal file
0
trick_sims/SIM_lander/models/lander/src/Lander.cpp
Executable file → Normal file
0
trick_sims/SIM_lander/models/lander/src/Lander.cpp
Executable file → Normal file
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
Loading…
Reference in New Issue
Block a user