You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Omit empty parens in 2.4
This commit is contained in:
@@ -21,7 +21,7 @@ from uncompyle6 import PYTHON3
|
||||
if PYTHON3:
|
||||
intern = sys.intern
|
||||
|
||||
class Token():
|
||||
class Token: # Python 2.4 can't have empty ()
|
||||
"""
|
||||
Class representing a byte-code instruction.
|
||||
|
||||
|
Reference in New Issue
Block a user