shebang for python2 got lost

This commit is contained in:
Martin Diehl 2016-05-17 16:41:38 +02:00
parent fa3d8fa460
commit 66e06cf61f
1 changed files with 2 additions and 2 deletions

View File

@ -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