From 6491d368d40f3de7d6c49b69b782497151d050a5 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 17 Feb 2015 08:55:23 -0600 Subject: Pylint fixes for pylint 0.28 This also pins Pylint to 0.28 or older so that we don't have to do this again. At some point we should look at upgrading to Pylint 1.x. --- src/lib/Bcfg2/Server/Plugin/__init__.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/Bcfg2/Server/Plugin/__init__.py') diff --git a/src/lib/Bcfg2/Server/Plugin/__init__.py b/src/lib/Bcfg2/Server/Plugin/__init__.py index 6599aa7a5..e28e458b3 100644 --- a/src/lib/Bcfg2/Server/Plugin/__init__.py +++ b/src/lib/Bcfg2/Server/Plugin/__init__.py @@ -12,10 +12,7 @@ documentation it's not necessary to use the submodules. E.g., you can from Bcfg2.Server.Plugin.base import Plugin """ -import os -import sys import Bcfg2.Options -sys.path.append(os.path.dirname(__file__)) # pylint: disable=W0401 from Bcfg2.Server.Plugin.base import * -- cgit v1.2.3-1-g7c22