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 | db2361819178cec396d5ea6ee40900a3fff20759 (patch) | |
| tree | 2e7a54f90899bf7fce3d20486575b8b8e551d6d7 /python/qpid/testlib.py | |
| parent | 47cbb850a3c4816042f825059127759820d2a8f4 (diff) | |
| download | qpid-python-db2361819178cec396d5ea6ee40900a3fff20759.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/qpid@719359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/testlib.py')
| -rw-r--r-- | python/qpid/testlib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index 53723148b7..18ef030ec0 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -22,7 +22,7 @@ # import sys, re, unittest, os, random, logging, traceback -import qpid.client, qpid.spec, qpid.qmfconsole +import qpid.client, qpid.spec, qmf.console import Queue from fnmatch import fnmatch from getopt import getopt, GetoptError @@ -364,7 +364,7 @@ class TestBase010(unittest.TestCase): self.qmf = None def startQmf(self): - self.qmf = qpid.qmfconsole.Session() + self.qmf = qmf.console.Session() self.qmf_broker = self.qmf.addBroker(str(testrunner.url)) def connect(self, host=None, port=None): |
