Forgot to define Python3ParserSingle

This commit is contained in:
rocky
2016-05-01 07:18:29 -04:00
parent dc80b140c6
commit 313e468bdc

View File

@@ -660,6 +660,9 @@ class Python32Parser(Python3Parser):
designator ::= STORE_LOCALS
"""
class Python3ParserSingle(Python3Parser, PythonParserSingle):
pass
class Python32ParserSingle(Python32Parser, PythonParserSingle):
pass