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

This commit is contained in:
David Côté-Tremblay 2016-10-24 16:25:27 -04:00 committed by Toshio Kuratomi
parent dd0189839e
commit 221cafe769

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python
import os
import sys