summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-13 22:41:32 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-13 22:41:32 -0500
commit9c4b80766a37f7873a6845009b68169a40b9777d (patch)
tree6cf5b00a0935f92e993f2cd17cf3aabdce9581ea
parent126911eac9bc32f167b0f67e9801528b762af51e (diff)
downloadpki-9c4b80766a37f7873a6845009b68169a40b9777d.tar.gz
pki-9c4b80766a37f7873a6845009b68169a40b9777d.tar.xz
pki-9c4b80766a37f7873a6845009b68169a40b9777d.zip
Fixed 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: