From 3b3ecb4fcba471d33dbd118c02798e6f3f4b9927 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 25 Sep 2012 15:49:25 -0400 Subject: various pylint fixes --- src/lib/Bcfg2/Server/Plugins/PuppetENC.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugins/PuppetENC.py') diff --git a/src/lib/Bcfg2/Server/Plugins/PuppetENC.py b/src/lib/Bcfg2/Server/Plugins/PuppetENC.py index ebcbf3bcc..801e7006d 100644 --- a/src/lib/Bcfg2/Server/Plugins/PuppetENC.py +++ b/src/lib/Bcfg2/Server/Plugins/PuppetENC.py @@ -6,7 +6,6 @@ import Bcfg2.Server import Bcfg2.Server.Plugin from subprocess import Popen, PIPE -# pylint: disable=F0401 try: from syck import load as yaml_load, error as yaml_error except ImportError: @@ -14,7 +13,6 @@ except ImportError: from yaml import load as yaml_load, YAMLError as yaml_error except ImportError: raise ImportError("No yaml library could be found") -# pylint: enable=F0401 class PuppetENCFile(Bcfg2.Server.Plugin.FileBacked): -- cgit v1.2.3-1-g7c22