corrected wrong Id tag

This commit is contained in:
Martin Diehl 2011-08-25 16:47:12 +00:00
parent bbee6c4658
commit 282d2d7b97
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ parser = OptionParser(option_class=extendableOption, usage='%prog options [file[
Add column containing debug information
Operates on periodic ordered three-dimensional data sets.
""" + string.replace('$Id: $','\n','\\n')
""" + string.replace('$Id$','\n','\\n')
)
@ -128,7 +128,7 @@ for file in files:
output = '%i\theader'%(headerlines+1) + '\n' + \
''.join(passOn) + \
string.replace('$Id: $','\n','\\n')+ '\t' + \
string.replace('$Id$','\n','\\n')+ '\t' + \
' '.join(sys.argv[1:]) + '\n' + \
'\t'.join(headers + head) + '\n' # build extended header