diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-04-22 16:11:34 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-04-22 16:11:34 +0000 |
| commit | e06aa805cfe24b8edf619a6a535883f94589ac35 (patch) | |
| tree | 4b886461816ca97127aae8a9639ddad74d77bd46 /python/qpid/delegate.py | |
| parent | 61959e29ee69f9cebb61b845272eededaec6f11e (diff) | |
| download | qpid-python-e06aa805cfe24b8edf619a6a535883f94589ac35.tar.gz | |
QPID-947: update cpp and python management to 0-10 final
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650565 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/delegate.py')
| -rw-r--r-- | python/qpid/delegate.py | 2 |
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) |
