You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Limited support for Python 2.3
This commit is contained in:
@@ -353,7 +353,7 @@ TABLE_DIRECT = {
|
||||
'importstmt20': ( '%|import %c\n', 1),
|
||||
'importstar20': ( '%|from %[1]{pattr} import *\n', ),
|
||||
'importfrom20': ( '%|from %[1]{pattr} import %c\n', 2 ),
|
||||
'importlist20': ( '%C', (0, sys.maxint, ', ') ),
|
||||
'importlist20': ( '%C', (0, maxint, ', ') ),
|
||||
|
||||
#######################
|
||||
# Python 2.5 Additions
|
||||
|
Reference in New Issue
Block a user