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:
pabs3 2013-06-22 08:16:33 +00:00
parent e83b4c4482
commit 278d4d8cea

View File

@ -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)