summaryrefslogtreecommitdiff
path: root/src/leap/gui
diff options
context:
space:
mode:
authorkali <kali@leap.se>2013-01-24 20:07:06 +0900
committerkali <kali@leap.se>2013-01-24 20:07:06 +0900
commit19da34c598ce6db172c1e1a8978bf031fc6db89b (patch)
tree076b8fdcd485faf1c9959c32d88431fcb98ab6b4 /src/leap/gui
parent9cdc193c587631986e579c1ba37a8b982be01238 (diff)
check cert time_boundaries uses pyOpenSSL
I had missed this one while deprecating gnutls
Diffstat (limited to 'src/leap/gui')
-rwxr-xr-xsrc/leap/gui/firstrun/tests/integration/fake_provider.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/gui/firstrun/tests/integration/fake_provider.py b/src/leap/gui/firstrun/tests/integration/fake_provider.py
index 445b4487..668db5d1 100755
--- a/src/leap/gui/firstrun/tests/integration/fake_provider.py
+++ b/src/leap/gui/firstrun/tests/integration/fake_provider.py
@@ -25,9 +25,9 @@ import sys
import srp
# GnuTLS Example -- is not working as expected
-from gnutls import crypto
-from gnutls.constants import COMP_LZO, COMP_DEFLATE, COMP_NULL
-from gnutls.interfaces.twisted import X509Credentials
+#from gnutls import crypto
+#from gnutls.constants import COMP_LZO, COMP_DEFLATE, COMP_NULL
+#from gnutls.interfaces.twisted import X509Credentials
# Going with OpenSSL as a workaround instead
# But we DO NOT want to introduce this dependency.