keep pylint a little happier
This commit is contained in:
parent
799d508708
commit
1e4af9883b
|
@ -7,10 +7,11 @@ import gtk
|
||||||
import gobject
|
import gobject
|
||||||
|
|
||||||
from version import APP_NAME
|
from version import APP_NAME
|
||||||
from newterminator import Terminator,groupsend_type
|
from newterminator import Terminator, groupsend_type
|
||||||
from editablelabel import EditableLabel
|
from editablelabel import EditableLabel
|
||||||
|
|
||||||
# pylint: disable-msg=R0904
|
# pylint: disable-msg=R0904
|
||||||
|
# pylint: disable-msg=W0613
|
||||||
class Titlebar(gtk.EventBox):
|
class Titlebar(gtk.EventBox):
|
||||||
"""Class implementing the Titlebar widget"""
|
"""Class implementing the Titlebar widget"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue