Skip to content

Commit a2d1a1f

Browse files
committed
Removed shebang lines from Python scripts to avoid cross-OS problems
1 parent c9add9b commit a2d1a1f

File tree

5 files changed

+0
-10
lines changed

5 files changed

+0
-10
lines changed

bin/lesson_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
Check lesson files and their contents.
53
"""

bin/lesson_initialize.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""Initialize a newly-created repository."""
42

53

bin/repo_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
Check repository settings.
53
"""

bin/test_lesson_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import unittest
42

53
import lesson_check

bin/workshop_check.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
'''Check that a workshop's index.html metadata is valid. See the
42
docstrings on the checking functions for a summary of the checks.
53
'''

0 commit comments

Comments
 (0)