Convert to use xdis 4.3.0 or greater

This commit is contained in:
rocky
2020-04-16 08:41:53 -04:00
parent 7ed40d5f6e
commit 869e48877c
21 changed files with 21 additions and 21 deletions

View File

@@ -17,7 +17,7 @@
All the crazy things we have to do to handle Python functions in Python before 3.0.
The saga of changes continues in 3.0 and above and in other files.
"""
from xdis.code import iscode, code_has_star_arg, code_has_star_star_arg
from xdis import iscode, code_has_star_arg, code_has_star_star_arg
from xdis.util import CO_GENERATOR
from uncompyle6.scanner import Code
from uncompyle6.parsers.treenode import SyntaxTree