Skip to content

Commit 8434846

Browse files
committed
Fix shebang for test/script.py
1 parent 1181146 commit 8434846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python2.7
1+
#!/usr/bin/env python3.6
22
#
33
# Run Selenium tests for HTTPS Everywhere
44
#

0 commit comments

Comments
 (0)