mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ba329fa521
commit
6f539330f4
@ -103,7 +103,7 @@ class State(object):
|
||||
return not self.__eq__(other)
|
||||
|
||||
def __repr__(self):
|
||||
return "PythonState(%r)" % (self.parse, self.pygments_stack)
|
||||
return "PythonState(%r)" % self.pygments_stack
|
||||
__str__ = __repr__
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user