Revise for xdis 3.6.0 ...

Simplify xdis imports where we can.
Blacken (most) of those buffers too
This commit is contained in:
rocky
2020-05-18 21:46:09 -04:00
parent ff43565981
commit 3fb8d90407
12 changed files with 597 additions and 354 deletions

View File

@@ -34,8 +34,8 @@ from __future__ import print_function
import sys
from collections import deque
from xdis import iscode
from xdis.load import check_object_path, load_module
from xdis import iscode, load_module
from xdis.load import check_object_path
from uncompyle6.scanner import get_scanner