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
|
||||
|
@ -180,4 +180,4 @@ for name in filenames:
|
|||
|
||||
table.input_close() # close ASCII tables
|
||||
output.close() # close ASCII tables
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue