summaryrefslogtreecommitdiff
path: root/src/leap/common/certs.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/common/certs.py')
-rw-r--r--src/leap/common/certs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/common/certs.py b/src/leap/common/certs.py
index c8e0743..37ede8e 100644
--- a/src/leap/common/certs.py
+++ b/src/leap/common/certs.py
@@ -192,6 +192,7 @@ def get_compatible_ssl_context_factory(cert_path=None):
return policy
else:
raise Exception(("""
- Twisted 14.0.2 is needed in order to have secure Client Web SSL Contexts, not %s
+ Twisted 14.0.2 is needed in order to have secure
+ Client Web SSL Contexts, not %s
See: http://twistedmatrix.com/trac/ticket/7647
""") % (twisted.version.base()))