Fix Python 1.5 bytecode deparse

Need xdis 3.0.2 though since the bug is really there.
This commit is contained in:
rocky
2016-10-11 02:39:09 -04:00
parent bb8d0a6389
commit 9ef670c872
61 changed files with 13 additions and 10 deletions

View File

@@ -38,7 +38,7 @@ entry_points={
]}
ftp_url = None
install_requires = ['spark-parser >= 1.4.0',
'xdis >= 3.0.1']
'xdis >= 3.0.2']
license = 'MIT'
mailing_list = 'python-debugger@googlegroups.com'
modname = 'uncompyle6'