You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
uncompyle6.disasm -> uncompyle6.code_fns
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import os.path
|
import os.path
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
from uncompyle6.disas import disassemble_file
|
from uncompyle6.code_fns import disassemble_file
|
||||||
|
|
||||||
def get_srcdir():
|
def get_srcdir():
|
||||||
filename = os.path.normcase(os.path.dirname(__file__))
|
filename = os.path.normcase(os.path.dirname(__file__))
|
||||||
|
Reference in New Issue
Block a user