Skip to content

Commit 8f0c90b

Browse files
Juerg Haefliger13r0ck
authored andcommitted
UBUNTU: SAUCE: check_whence.py: Add python3 shebang
Add a proper shebang for python3. Signed-off-by: Juerg Haefliger <juergh@canonical.com>
1 parent 936829c commit 8f0c90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_whence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import os, re, sys
44
from io import open

0 commit comments

Comments
 (0)