import_as -> alias; and reinstate rule

This commit is contained in:
rocky
2017-11-29 10:38:18 -05:00
parent ff43403a05
commit 7775bdabd5
7 changed files with 15 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ class Python21Parser(Python22Parser):
def p_import21(self, args):
'''
import_as ::= IMPORT_NAME_CONT store
alias ::= IMPORT_NAME_CONT store
'''
class Python21ParserSingle(Python22Parser, PythonParserSingle):