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