Kaydet (Commit) ca4a39ef authored tarafından Caolán McNamara's avatar Caolán McNamara

as suspected

Change-Id: Idad0ba862da7317b5824f1bfb400d05cef105b7f
üst 9fd97266
...@@ -3,7 +3,7 @@ import unittest ...@@ -3,7 +3,7 @@ import unittest
#I want to ensure that import ssl works on all platforms #I want to ensure that import ssl works on all platforms
class SSLTest(unittest.TestCase): class SSLTest(unittest.TestCase):
def test_ssl_import(self): def test_ssl_import(self):
import _ssl import ssl
if __name__ == '__main__': if __name__ == '__main__':
unittest.main() unittest.main()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment