From 9c4b80766a37f7873a6845009b68169a40b9777d Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 13 Nov 2012 22:41:32 -0500 Subject: Fixed pkiparser.py. --- base/deploy/src/scriptlets/pkiparser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit