From 7d987903a3e30b9b65264979f26046c971629e06 Mon Sep 17 00:00:00 2001 From: Andrea Corbellini Date: Fri, 26 Jun 2009 13:12:46 +0200 Subject: [PATCH] Remove the empty parenthesis in the declaration of TerminatorWindowTitle to fix the compatibility with Python 2.4. --- terminatorlib/terminator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 9fc6224d..c3591c57 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -39,7 +39,7 @@ except: "hide_window is not available.")) pass -class TerminatorWindowTitle(): +class TerminatorWindowTitle: _window = None _appname = APP_NAME.capitalize() text = None