keep pylint a little happier
This commit is contained in:
parent
799d508708
commit
1e4af9883b
|
@ -11,6 +11,7 @@ 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