pyuno/qa/pytests/testssl.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ca4a39eff66af3a27e1c02baff09aaab48f266e1
Author: Caolán McNamara <[email protected]>
Date:   Thu Apr 24 14:31:24 2014 +0100

    as suspected
    
    Change-Id: Idad0ba862da7317b5824f1bfb400d05cef105b7f

diff --git a/pyuno/qa/pytests/testssl.py b/pyuno/qa/pytests/testssl.py
index ed6c99c..f0a0a37 100644
--- a/pyuno/qa/pytests/testssl.py
+++ b/pyuno/qa/pytests/testssl.py
@@ -3,7 +3,7 @@ import unittest
 #I want to ensure that import ssl works on all platforms
 class SSLTest(unittest.TestCase):
     def test_ssl_import(self):
-        import _ssl
+        import ssl
 
 if __name__ == '__main__':
     unittest.main()
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to