Change shebang

The default python is not python3 in debian...
This commit changes explicitely the shebang line
This commit is contained in:
Sylvain Tricot 2023-02-21 16:06:54 +01:00
parent 41e3f4735b
commit a431e7af1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# coding: utf-8 # coding: utf-8
# #
# Copyright © 2023 - Rennes Physics Institute # Copyright © 2023 - Rennes Physics Institute