summaryrefslogtreecommitdiffstats
path: root/base/deploy/src/scriptlets/pkiparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'base/deploy/src/scriptlets/pkiparser.py')
-rw-r--r--base/deploy/src/scriptlets/pkiparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/deploy/src/scriptlets/pkiparser.py b/base/deploy/src/scriptlets/pkiparser.py
index 2804e3c42..c0a218657 100644
--- a/base/deploy/src/scriptlets/pkiparser.py
+++ b/base/deploy/src/scriptlets/pkiparser.py
@@ -2345,7 +2345,7 @@ class PKIConfigParser:
COMMENT_CHAR = '#'
OPTION_CHAR = '='
-def read_simple_configuration_file(self, filename):
+def read_simple_configuration_file(filename):
values = {}
f = open(filename)
for line in f: