now with $ID$ and correct line endings…

This commit is contained in:
Philip Eisenlohr 2015-06-15 18:13:06 +00:00
parent 6086baba52
commit c089ff9256
1 changed files with 1 additions and 1 deletions

View File

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