More pop8erry and try to minimise redundancy in the patch

This commit is contained in:
Martin Hosken 2017-03-08 16:49:08 +00:00
parent c870cde47e
commit 2972d81d82
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@ from fontTools.feaLib.error import FeatureLibError
import re
import os
class Lexer(object):
NUMBER = "NUMBER"
FLOAT = "FLOAT"

View File

@ -10,7 +10,6 @@ import os
import re
log = logging.getLogger(__name__)
@ -18,7 +17,7 @@ class Parser(object):
extensions = {}
ast = ast
ignore_comments=True
ignore_comments = True
def __init__(self, featurefile, glyphMap):
self.glyphMap_ = glyphMap