summaryrefslogtreecommitdiff
path: root/python/qpid/delegate.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/delegate.py')
-rw-r--r--python/qpid/delegate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/delegate.py b/python/qpid/delegate.py
index c4c47592b4..b447c4aa29 100644
--- a/python/qpid/delegate.py
+++ b/python/qpid/delegate.py
@@ -22,7 +22,7 @@ Delegate implementation intended for use with the peer module.
"""
import threading, inspect, traceback, sys
-from connection import Method, Request, Response
+from connection08 import Method, Request, Response
def _handler_name(method):
return "%s_%s" % (method.klass.name, method.name)