shebang for python2 got lost
This commit is contained in:
parent
fa3d8fa460
commit
66e06cf61f
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
# -*- coding: UTF-8 no BOM -*-
|
||||
|
||||
import os,re,sys
|
||||
|
|
Loading…
Reference in New Issue