From 0447c8f6f201680caac55b687921536047825b76 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 24 Nov 2009 23:49:03 +0000 Subject: [PATCH] quiesce pylint --- terminatorlib/factory.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminatorlib/factory.py b/terminatorlib/factory.py index 80eae84b..b4968235 100755 --- a/terminatorlib/factory.py +++ b/terminatorlib/factory.py @@ -6,6 +6,8 @@ from borg import Borg from util import dbg, err +# pylint: disable-msg=R0201 +# pylint: disable-msg=W0613 class Factory(Borg): """Definition of a class that makes other classes""" def __init__(self):