1
0
mirror of https://github.com/Rudd-O/ansible-qubes.git synced 2025-06-06 18:08:31 +02:00

Prevent ambiguous shebangs.

This commit is contained in:
Rudd-O 2019-06-11 20:31:09 +00:00
parent 8598cfa2b5
commit a30297d72e
2 changed files with 2 additions and 2 deletions

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import pipes
import os

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import sys
import os