From db2361819178cec396d5ea6ee40900a3fff20759 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Thu, 20 Nov 2008 20:28:17 +0000 Subject: 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 --- python/qpid/testlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/qpid/testlib.py') 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): -- cgit v1.2.1