Simplify imports again using xdis 4.6.0

This commit is contained in:
rocky
2020-05-19 00:53:53 -04:00
parent 31db2f3e04
commit 5a83c7c643
12 changed files with 472 additions and 275 deletions

View File

@@ -29,8 +29,8 @@ For example:
Finally we save token information.
"""
from xdis import iscode
from xdis.bytecode import instruction_size, _get_const_info, Instruction
from xdis import iscode, instruction_size, Instruction
from xdis.bytecode import _get_const_info
from uncompyle6.scanner import Token
import xdis