Omit empty parens in 2.4

This commit is contained in:
rocky
2018-03-01 18:17:11 -05:00
parent fb333f1505
commit 8a842c57d3

View File

@@ -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.