summaryrefslogtreecommitdiff
path: root/eventlet/green/urllib/response.py
diff options
context:
space:
mode:
Diffstat (limited to 'eventlet/green/urllib/response.py')
-rw-r--r--eventlet/green/urllib/response.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/eventlet/green/urllib/response.py b/eventlet/green/urllib/response.py
new file mode 100644
index 0000000..f9aaba5
--- /dev/null
+++ b/eventlet/green/urllib/response.py
@@ -0,0 +1,3 @@
+from eventlet import patcher
+patcher.inject('urllib.response', globals())
+del patcher