Skip to content

Commit 6c0c131

Browse files
committed
Make python3 shebangs consistent
1 parent edee368 commit 6c0c131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

skel/problem/generators/example.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
import random
33
import sys
44

test/problems/generatorincludes/generators/stdout.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
# Echoes all arguments to stdout. Additionally, unescaped backslash escape
33
# character, e.g. \n will produce a newline.
44
import sys

0 commit comments

Comments
 (0)