Skip to content
This repository was archived by the owner on Sep 12, 2018. It is now read-only.

Commit cf1b018

Browse files
author
David Chaiken
committed
boto.py: restore gevent.monkey.patch
1 parent 89f5794 commit cf1b018

File tree

1 file changed

+3
-0
lines changed
  • depends/docker-registry-core/docker_registry/core

1 file changed

+3
-0
lines changed

depends/docker-registry-core/docker_registry/core/boto.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
2727
"""
2828

29+
import gevent.monkey
30+
gevent.monkey.patch_all()
31+
2932
import logging
3033
import os
3134

0 commit comments

Comments
 (0)