You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
use xdis.PYTHON3 not uncompyle.PYTHON3
This commit is contained in:
@@ -26,8 +26,8 @@ from subprocess import call
|
||||
|
||||
import uncompyle6
|
||||
from uncompyle6.scanner import Token as ScannerToken, get_scanner
|
||||
from uncompyle6 import PYTHON3
|
||||
from xdis import iscode, load_file, load_module, pretty_code_flags, PYTHON_MAGIC_INT
|
||||
from xdis.version_info import PYTHON3
|
||||
|
||||
# FIXME: DRY
|
||||
if PYTHON3:
|
||||
|
Reference in New Issue
Block a user