summaryrefslogtreecommitdiffstats
path: root/base/common/python/pki/authority.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-03-31 09:48:07 -0600
committerMatthew Harmsen <mharmsen@redhat.com>2017-03-31 09:49:59 -0600
commit3e80b04c1de37568d304b2d76f324c026830fd11 (patch)
tree3313a9ad86c33d95afdb2226c8ce1502246f252c /base/common/python/pki/authority.py
parent5e4321ff0a55d854964a8765f3b61d60c50e2b45 (diff)
Misc pylint, flake8 and tox fixes
Diffstat (limited to 'base/common/python/pki/authority.py')
-rw-r--r--base/common/python/pki/authority.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/common/python/pki/authority.py b/base/common/python/pki/authority.py
index f6880b5c3..9fa459c26 100644
--- a/base/common/python/pki/authority.py
+++ b/base/common/python/pki/authority.py
@@ -289,6 +289,7 @@ class AuthorityClient(object):
self.connection.delete(url, headers)
+
encoder.NOTYPES['AuthorityData'] = AuthorityData
@@ -499,5 +500,6 @@ def main():
print("-----------------------------------")
issue_cert_using_authority(cert_client, sub_subca.aid)
+
if __name__ == "__main__":
main()