summaryrefslogtreecommitdiffstats
path: root/base/common/python
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/python')
-rw-r--r--base/common/python/pki/system.py8
1 files changed, 3 insertions, 5 deletions
diff --git a/base/common/python/pki/system.py b/base/common/python/pki/system.py
index 23ad06bb2..3c54e0015 100644
--- a/base/common/python/pki/system.py
+++ b/base/common/python/pki/system.py
@@ -21,10 +21,6 @@
import pki.encoder as encoder
-encoder.TYPES['ConfigurationRequest'] = ConfigurationRequest
-encoder.TYPES['ConfigurationResponse'] = ConfigurationResponse
-encoder.NOTYPES['SystemCertData'] = SystemCertData
-
class SecurityDomainInfo:
def __init__(self):
@@ -86,4 +82,6 @@ class SystemStatusClient:
return r.text
-
+encoder.TYPES['ConfigurationRequest'] = ConfigurationRequest
+encoder.TYPES['ConfigurationResponse'] = ConfigurationResponse
+encoder.NOTYPES['SystemCertData'] = SystemCertData