now with executable, correct line endings, and ID tags.

This commit is contained in:
Philip Eisenlohr 2015-02-11 17:26:56 +00:00
parent d5f9f543ca
commit 53b40662ec
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: permuteData.py 3828 2014-12-18 19:26:52Z MPIE\m.diehl $','\n','\\n')
scriptID = string.replace('$Id$','\n','\\n')
scriptName = os.path.splitext(scriptID.split()[1])[0]
# --------------------------------------------------------------------