Remove the empty parenthesis in the declaration of TerminatorWindowTitle
to fix the compatibility with Python 2.4.
This commit is contained in:
parent
216b665f8e
commit
7d987903a3
|
@ -39,7 +39,7 @@ except:
|
|||
"hide_window is not available."))
|
||||
pass
|
||||
|
||||
class TerminatorWindowTitle():
|
||||
class TerminatorWindowTitle:
|
||||
_window = None
|
||||
_appname = APP_NAME.capitalize()
|
||||
text = None
|
||||
|
|
Loading…
Reference in New Issue