diff options
Diffstat (limited to 'python/qpid/client.py')
-rw-r--r-- | python/qpid/client.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |