From ffbccd1ff1c823f663c917331db4882577965e3c Mon Sep 17 00:00:00 2001 From: James Kasten Date: Sun, 25 Jan 2015 04:49:21 -0800 Subject: [PATCH] attempt to remove final pylint errors --- letsencrypt/client/apache/configurator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/letsencrypt/client/apache/configurator.py b/letsencrypt/client/apache/configurator.py index bb3ea3eba..b4d07985a 100644 --- a/letsencrypt/client/apache/configurator.py +++ b/letsencrypt/client/apache/configurator.py @@ -43,6 +43,7 @@ from letsencrypt.client.apache import parser class ApacheConfigurator(augeas_configurator.AugeasConfigurator): + # pylint: disable=too-many-instance-attributes """Apache configurator. State of Configurator: This code has been tested under Ubuntu 12.04