diff options
Diffstat (limited to 'base/common/python/pki/systemcert.py')
| -rw-r--r-- | base/common/python/pki/systemcert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/python/pki/systemcert.py b/base/common/python/pki/systemcert.py index d59e07b3d..b5f7b03b8 100644 --- a/base/common/python/pki/systemcert.py +++ b/base/common/python/pki/systemcert.py @@ -35,7 +35,7 @@ class SystemCertClient(object): def __init__(self, connection): """ Constructor """ - #super(PKIResource, self).__init__(connection) + # super(PKIResource, self).__init__(connection) self.connection = connection self.headers = {'Content-type': 'application/json', 'Accept': 'application/json'} |
