Added Python shebang

This commit is contained in:
Tim
2015-11-24 19:34:19 +01:00
committed by Timvde
parent 72b4e32558
commit 6c0f6829a3

2
some_code_file.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
value = 3
def print_5():