diff options
author | 2020-01-17 10:50:48 -0800 | |
---|---|---|
committer | 2020-01-17 10:50:48 -0800 | |
commit | 4b464730e992ab863fcffb1e63f49fe592f2aa2b (patch) | |
tree | ac63fdd453a9bcd73e6e3790d2f2727dd7cea935 /Examples/Modules/laser_injection_from_file/analysis.py | |
parent | dadae6db633068cb59370921089d4cfef7832a88 (diff) | |
download | WarpX-4b464730e992ab863fcffb1e63f49fe592f2aa2b.tar.gz WarpX-4b464730e992ab863fcffb1e63f49fe592f2aa2b.tar.zst WarpX-4b464730e992ab863fcffb1e63f49fe592f2aa2b.zip |
specify python3 here
Diffstat (limited to 'Examples/Modules/laser_injection_from_file/analysis.py')
-rwxr-xr-x | Examples/Modules/laser_injection_from_file/analysis.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/Modules/laser_injection_from_file/analysis.py b/Examples/Modules/laser_injection_from_file/analysis.py index 92cd376f4..9c8629215 100755 --- a/Examples/Modules/laser_injection_from_file/analysis.py +++ b/Examples/Modules/laser_injection_from_file/analysis.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # This file is part of the WarpX automated test suite. It is used to test the # injection of a laser pulse from an external binary file. |