def teardown_module():
    try:
        from urllib3.contrib.securetransport import extract_from_urllib3

        extract_from_urllib3()
    except ImportError:
        pass
예제 #2
0
def teardown_module():
    extract_from_urllib3()
예제 #3
0
def teardown_module():
    extract_from_urllib3()
예제 #4
0
def teardown_module():
    try:
        from urllib3.contrib.securetransport import extract_from_urllib3
        extract_from_urllib3()
    except ImportError:
        pass