From 3be232cf7313b4ce854b28c6062db20feebbdc0f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 19 Mar 2007 16:12:51 +0000 Subject: * python/qpid/client.py (Client.__init__): Use "/" as default vhost. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@519988 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid/client.py') diff --git a/python/qpid/client.py b/python/qpid/client.py index 3083cd4933..20d1093878 100644 --- a/python/qpid/client.py +++ b/python/qpid/client.py @@ -43,7 +43,7 @@ class Client: self.vhost = vhost if self.vhost == None: - self.vhost = self.host + self.vhost = "/" self.queues = {} self.lock = threading.Lock() -- cgit v1.2.1