mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2024-11-23 13:09:49 +00:00
Merge pull request #415 from jameshilliard/parsererror2
Add missing ParserError2 in make_functions36
This commit is contained in:
commit
2884068c61
@ -25,6 +25,7 @@ from xdis import (
|
||||
)
|
||||
from uncompyle6.scanner import Code
|
||||
from uncompyle6.semantics.parser_error import ParserError
|
||||
from uncompyle6.parser import ParserError as ParserError2
|
||||
from uncompyle6.semantics.helper import (
|
||||
find_all_globals,
|
||||
find_globals_and_nonlocals,
|
||||
|
Loading…
Reference in New Issue
Block a user