summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Editor.py')
-rw-r--r--src/lib/Server/Plugins/Editor.py2
1 files changed, 0 insertions, 2 deletions
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'''