You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Split out marhsal and disassemble code and spell disassemble correctly.
Fix some lint issues
This commit is contained in:
@@ -30,11 +30,9 @@ modname = 'uncompyle6'
|
||||
packages = ['uncompyle6', 'uncompyle6.opcodes']
|
||||
py_modules = None
|
||||
short_desc = 'Python byte-code disassembler and source-code converter'
|
||||
# scripts = ['bin/uncompyle6', 'bin/pydissassemble']
|
||||
scripts = ['bin/uncompyle6']
|
||||
scripts = ['bin/uncompyle6', 'bin/pydisassemble']
|
||||
|
||||
import os
|
||||
import os.path, sys
|
||||
import os.path
|
||||
|
||||
|
||||
def get_srcdir():
|
||||
|
Reference in New Issue
Block a user