summaryrefslogtreecommitdiff
path: root/python/qpid/client.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-04-22 16:11:34 +0000
committerRafael H. Schloming <rhs@apache.org>2008-04-22 16:11:34 +0000
commite06aa805cfe24b8edf619a6a535883f94589ac35 (patch)
tree4b886461816ca97127aae8a9639ddad74d77bd46 /python/qpid/client.py
parent61959e29ee69f9cebb61b845272eededaec6f11e (diff)
downloadqpid-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/client.py')
-rw-r--r--python/qpid/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qpid/client.py b/python/qpid/client.py
index 13c3f13fe5..4605710de8 100644
--- a/python/qpid/client.py
+++ b/python/qpid/client.py
@@ -25,7 +25,7 @@ interacting with the server.
import os, threading
from peer import Peer, Channel, Closed
from delegate import Delegate
-from connection import Connection, Frame, connect
+from connection08 import Connection, Frame, connect
from spec import load
from queue import Queue
from reference import ReferenceId, References