Browse code

Removing the shebang and the execution permission so the command be prefixed with python2 or python3 as needed

David Côté-Tremblay authored on 2016/10/25 05:25:27
Showing 1 changed files
... ...
@@ -1,5 +1,3 @@
1
-#!/usr/bin/env python
2
-
3 1
 import os
4 2
 import sys
5 3