feaLib: add __all__ to ast module

for * imports
This commit is contained in:
Cosimo Lupo 2018-05-21 12:40:14 +01:00
parent ceb41ec484
commit fc6f758d20
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -8,6 +8,76 @@ import itertools
SHIFT = " " * 4
__all__ = [
'AlternateSubstStatement',
'Anchor',
'AnchorDefinition',
'AnonymousBlock',
'AttachStatement',
'BaseAxis',
'Block',
'BytesIO',
'CVParametersNameStatement',
'ChainContextPosStatement',
'ChainContextSubstStatement',
'CharacterStatement',
'Comment',
'CursivePosStatement',
'Element',
'Expression',
'FeatureBlock',
'FeatureFile',
'FeatureLibError',
'FeatureNameStatement',
'FeatureReferenceStatement',
'FontRevisionStatement',
'GlyphClass',
'GlyphClassDefStatement',
'GlyphClassDefinition',
'GlyphClassName',
'GlyphName',
'HheaField',
'IgnorePosStatement',
'IgnoreSubstStatement',
'IncludeStatement',
'LanguageStatement',
'LanguageSystemStatement',
'LigatureCaretByIndexStatement',
'LigatureCaretByPosStatement',
'LigatureSubstStatement',
'LookupBlock',
'LookupFlagStatement',
'LookupReferenceStatement',
'MarkBasePosStatement',
'MarkClass',
'MarkClassDefinition',
'MarkClassName',
'MarkLigPosStatement',
'MarkMarkPosStatement',
'MultipleSubstStatement',
'NameRecord',
'NestedBlock',
'OS2Field',
'OrderedDict',
'PairPosStatement',
'Py23Error',
'ReverseChainSingleSubstStatement',
'ScriptStatement',
'SimpleNamespace',
'SinglePosStatement',
'SingleSubstStatement',
'SizeParameters',
'Statement',
'StringIO',
'SubtableStatement',
'TableBlock',
'Tag',
'UnicodeIO',
'ValueRecord',
'ValueRecordDefinition',
'VheaField',
]
def deviceToString(device):
if device is None: