summaryrefslogtreecommitdiff
path: root/tests/patcher/shared_import_socket.py
Commit message (Collapse)AuthorAgeFilesLines
* test_import_patched_defaults bended to play with pyopenssl>=16.1.0Sergey Shepelev2016-12-311-0/+7
Basically this patch replaces urllib with custom module that is guaranteed not imported before patching. https://github.com/eventlet/eventlet/issues/362 More general issue here https://github.com/eventlet/eventlet/issues/368