From bfff630862e73faf07b79c9b4a504086f663485b Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 17 Apr 2009 01:57:47 +0000 Subject: Remove unused imports for pylint Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5168 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/Editor.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/Server/Plugins/Editor.py') diff --git a/src/lib/Server/Plugins/Editor.py b/src/lib/Server/Plugins/Editor.py index 088c8a26e..87ba2a416 100644 --- a/src/lib/Server/Plugins/Editor.py +++ b/src/lib/Server/Plugins/Editor.py @@ -1,8 +1,6 @@ import Bcfg2.Server.Plugin -import fileinput import re import lxml.etree -from getopt import getopt def linesub(pattern, repl, filestring): '''Substitutes instances of pattern with repl in filestring''' -- cgit v1.2.3-1-g7c22