remove unused import and disable a pointless pylint check

This commit is contained in:
Chris Jones 2009-08-18 13:52:02 +01:00
parent 089b708e2c
commit 0b90e29b16
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
import gtk
import gobject
from translation import _
# pylint: disable-msg=R0904
class Titlebar(gtk.EventBox):
"""Class implementing the Titlebar widget"""