From dd28e90f183972cc2a395094ce3e3f72e861953f Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 21 Sep 2012 13:55:05 -0400 Subject: run pylint for errors on almost everything, full runs on some selected stuff --- src/lib/Bcfg2/Server/Plugin/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugin/base.py') diff --git a/src/lib/Bcfg2/Server/Plugin/base.py b/src/lib/Bcfg2/Server/Plugin/base.py index 74ec6df39..8d288f835 100644 --- a/src/lib/Bcfg2/Server/Plugin/base.py +++ b/src/lib/Bcfg2/Server/Plugin/base.py @@ -102,9 +102,8 @@ class Plugin(Debuggable): :type datastore: string :raises: :class:`Bcfg2.Server.Plugin.exceptions.PluginInitError` - .. autoattribute:: __rmi__ + .. autoattribute:: Bcfg2.Server.Plugin.base.Debuggable.__rmi__ """ - object.__init__(self) self.Entries = {} self.core = core self.data = os.path.join(datastore, self.name) -- cgit v1.2.3-1-g7c22