Skip to content

Commit 5bd4a8f

Browse files
committed
Set python3 shebang
1 parent 571ef64 commit 5bd4a8f

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

src/ExampleModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
from ExampleModule_functions import *
23
import argparse
34
import humanfriendly

src/ExampleModule_command_line_call.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
import os
23
import sys
34
from subprocess import call

src/ExampleModule_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env python3
12
# Here is where I'd put my functions, if I had any!
23
def empty_function():
34
return

src/created_file_ground_truth.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)