added $id$ property and LF ending

This commit is contained in:
Philip Eisenlohr 2012-06-26 17:20:16 +00:00
parent 9041c5de39
commit cd04f990c5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ mappings = {
parser = OptionParser(option_class=extendedOption, usage='%prog options [file[s]]', description = """
Changes the (three-dimensional) canvas of a spectral geometry description.
""" + string.replace('$Id: spectral_geomCrop.py 1449 2012-04-24 11:31:18Z MPIE\t.elachkar $','\n','\\n')
""" + string.replace('$Id$','\n','\\n')
)
parser.add_option('-b', '--box', dest='resolution', type='int', nargs = 3, \