Fix syntax error
git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@617 4cde692c-a291-49d1-8350-778aa11640f8
This commit is contained in:
parent
e83b4c4482
commit
278d4d8cea
@ -68,7 +68,7 @@ def usage():
|
|||||||
|
|
||||||
|
|
||||||
numberAddedRE = re.compile("(.*)#\d+$")
|
numberAddedRE = re.compile("(.*)#\d+$")
|
||||||
opentypeheaderRE = re.compile('''sfntVersion=['"]OTTO["']'''):
|
opentypeheaderRE = re.compile('''sfntVersion=['"]OTTO["']''')
|
||||||
|
|
||||||
def makeOutputFileName(input, outputDir, extension):
|
def makeOutputFileName(input, outputDir, extension):
|
||||||
dir, file = os.path.split(input)
|
dir, file = os.path.split(input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user