diff options
| author | Ted Ross <tross@apache.org> | 2008-11-20 20:28:17 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2008-11-20 20:28:17 +0000 |
| commit | 395b33c630a57baa4262cdac05828a33df268592 (patch) | |
| tree | e3cca0d792985059ab00c43a4abec78915c765e9 /qpid/python/commands/qpid-config | |
| parent | 3b1f2cb926d12a6edc01e21bb0310fd37045e7b1 (diff) | |
| download | qpid-python-395b33c630a57baa4262cdac05828a33df268592.tar.gz | |
QPID-1464 - Moved qmf console API out of python/qpid and into python/qmf
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@719359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/commands/qpid-config')
| -rwxr-xr-x | qpid/python/commands/qpid-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/commands/qpid-config b/qpid/python/commands/qpid-config index bd4aa613bc..6bfa6939f1 100755 --- a/qpid/python/commands/qpid-config +++ b/qpid/python/commands/qpid-config @@ -23,7 +23,7 @@ import os import getopt import sys import locale -from qpid import qmfconsole +from qmf.console import Session _recursive = False _host = "localhost" @@ -93,7 +93,7 @@ class BrokerManager: def SetBroker (self, brokerUrl): self.url = brokerUrl - self.qmf = qmfconsole.Session() + self.qmf = Session() self.broker = self.qmf.addBroker(brokerUrl) def Disconnect(self): |
