summaryrefslogtreecommitdiff
path: root/virtManager/baseclass.py
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2014-04-02 18:39:43 -0400
committerCole Robinson <crobinso@redhat.com>2014-04-02 19:00:24 -0400
commita398d245cb73d344f6543ef990c2f76da2245ddb (patch)
treeb63d87ea24cbbcd8140f17bd1432affe8f00fe17 /virtManager/baseclass.py
parent01718bc40831eb22393f55aeb7e588c32f9ba241 (diff)
downloadvirt-manager-a398d245cb73d344f6543ef990c2f76da2245ddb.tar.gz
Clean up pylint integration
- Drop no longer needed disable= bits - Use string names for all skipped pylint messages
Diffstat (limited to 'virtManager/baseclass.py')
-rw-r--r--virtManager/baseclass.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/virtManager/baseclass.py b/virtManager/baseclass.py
index aed0c46c..fa16db60 100644
--- a/virtManager/baseclass.py
+++ b/virtManager/baseclass.py
@@ -25,12 +25,10 @@ import traceback
from virtManager import config
-# pylint: disable=E0611
from gi.repository import Gdk
from gi.repository import GLib
from gi.repository import GObject
from gi.repository import Gtk
-# pylint: enable=E0611
class vmmGObject(GObject.GObject):