forgot $Id$ and line endings…
This commit is contained in:
parent
2efc602854
commit
3fb1f02382
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue