Modified shebang to use python, not python3.
authorJoao Rodrigues <j.p.g.l.m.rodrigues@gmail.com>
Tue, 3 Dec 2019 23:20:32 +0000 (17:20 -0600)
committerJoao Rodrigues <j.p.g.l.m.rodrigues@gmail.com>
Tue, 3 Dec 2019 23:20:32 +0000 (17:20 -0600)
bin/lesson_initialize.py
bin/repo_check.py
bin/test_lesson_check.py
bin/workshop_check.py

index 9ba811629732bbdb46db0566865550f8c881b0bf..f798a6edb503d262c26e84f14eb933b169cce682 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 """Initialize a newly-created repository."""
 
index af4b78235a7ce9e24ff69f8b3c5245410c063524..770ccbb8a4917937fddaa54a7c9115ecb0989f09 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 """
 Check repository settings.
index 960059e8d6b0090c7ac8748ded69626fb4a9aefa..899d0295a872cc57587a69dc400480b222943733 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 import unittest
 
index 0523d0c26a33cce36a46340eb75d84c807feb316..c409b8966819121c579688af5220646701c74a23 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 
 '''Check that a workshop's index.html metadata is valid.  See the
 docstrings on the checking functions for a summary of the checks.