File: fixes-monkey_patch-call.patch

package info (click to toggle)
python-oslo.messaging 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,904 kB
  • ctags: 3,444
  • sloc: python: 19,334; sh: 361; makefile: 22
file content (13 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Fixes monkey_patch() call
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2015-06-19

--- python-oslo.messaging-1.14.0.orig/oslo_messaging/tests/__init__.py
+++ python-oslo.messaging-1.14.0/oslo_messaging/tests/__init__.py
@@ -24,4 +24,4 @@ except ImportError:
 else:
     # Ensure that eventlet monkey patching is enabled before loading the qpid
     # module, otherwise qpid will hang
-    eventlet.monkey_patch()
+    eventlet.patcher.monkey_patch()