From 0b90e29b1664a78bf529b6716e154e8fd455ea01 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 18 Aug 2009 13:52:02 +0100 Subject: [PATCH] remove unused import and disable a pointless pylint check --- terminatorlib/titlebar.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terminatorlib/titlebar.py b/terminatorlib/titlebar.py index 224d5800..427a5c1d 100755 --- a/terminatorlib/titlebar.py +++ b/terminatorlib/titlebar.py @@ -6,8 +6,7 @@ import gtk import gobject -from translation import _ - +# pylint: disable-msg=R0904 class Titlebar(gtk.EventBox): """Class implementing the Titlebar widget"""