Add UNARY convert; improve 2.1 imports

This commit is contained in:
rocky
2017-11-27 21:38:09 -05:00
parent 2ac8a0c0a6
commit 4b4fce01f6
4 changed files with 32 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ class PythonParser(GenericASTBuilder):
# Python < 3
'print_items',
# PyPy:
'imports_cont',
'kvlist_n']
self.collect = frozenset(nt_list)