From c089ff925621651394f122b3c37efacb36813366 Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Mon, 15 Jun 2015 18:13:06 +0000 Subject: [PATCH] =?UTF-8?q?now=20with=20$ID$=20and=20correct=20line=20endi?= =?UTF-8?q?ngs=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- processing/post/imageDataDeformed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/imageDataDeformed.py b/processing/post/imageDataDeformed.py index 1c63d4345..cd69871b3 100755 --- a/processing/post/imageDataDeformed.py +++ b/processing/post/imageDataDeformed.py @@ -7,7 +7,7 @@ from optparse import OptionParser from PIL import Image, ImageDraw import damask -scriptID = string.replace('$Id: imageDataDeformed.py 4188 2015-05-20 23:21:35Z p.eisenlohr $','\n','\\n') +scriptID = string.replace('$Id$','\n','\\n') scriptName = os.path.splitext(scriptID.split()[1])[0] # --------------------------------------------------------------------