From 1fe202fd909a7dd3019912945af3208c43634697 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 13 Sep 2012 07:56:45 +0000 Subject: [PATCH] added $ID and line endings. --- processing/pre/spectral_geomMultiply.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/pre/spectral_geomMultiply.py b/processing/pre/spectral_geomMultiply.py index 4dac1dc04..a0a95bced 100755 --- a/processing/pre/spectral_geomMultiply.py +++ b/processing/pre/spectral_geomMultiply.py @@ -38,7 +38,7 @@ mappings = { parser = OptionParser(option_class=extendedOption, usage='%prog options [file[s]]', description = """ Multiplies a spectral geometry description independently in x, y, and z direction at fixed dimension. -""" + 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('-f', '--factor', dest='factor', type='int', nargs = 3, \