Added Python shebang

This commit is contained in:
Tim
2015-11-24 19:34:19 +01:00
committed by Timvde
parent 7b7658160b
commit d7c9f88f22

2
some_code_file.py Normal file → Executable file
View File

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