autodrawer: Disable pylint warnings caused by gobject introspection

This commit is contained in:
Cole Robinson 2013-04-11 17:35:19 -04:00
parent c1e0bec220
commit e03f84ac7f

View File

@ -29,6 +29,11 @@ from gi.repository import GLib
from gi.repository import Gtk
# pylint: enable=E0611
# pylint: disable=E1101
# pylint can't detect functions we inheirit from Gtk, ex:
# OverBox.set_over: Instance of 'OverBox' has no 'remove' member
class OverBox(Gtk.Box):
"""
Implementation of an overlapping box