forgot $Id$ and line endings…

This commit is contained in:
Philip Eisenlohr 2015-12-03 22:33:38 +00:00
parent 2efc602854
commit 3fb1f02382
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from scipy import ndimage
from optparse import OptionParser
from collections import defaultdict
scriptID = string.replace('$Id: geom_rotate.py 4627 2015-11-14 09:47:18Z MPIE\m.diehl $','\n','\\n')
scriptID = string.replace('$Id$','\n','\\n')
scriptName = os.path.splitext(scriptID.split()[1])[0]
def mostFrequent(arr):