summaryrefslogtreecommitdiff
path: root/qpid/python/qmf2/tests/obj_gets.py
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2010-01-25 17:58:11 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2010-01-25 17:58:11 +0000
commit6536b1dcdee2da5db3554d47aa1cd694e8cb8f11 (patch)
treeb027c46ac6fc490d1faeebeb7ea34f5bd63ea752 /qpid/python/qmf2/tests/obj_gets.py
parentfadd169527df40c715e549f538d256fc23bab3da (diff)
downloadqpid-python-6536b1dcdee2da5db3554d47aa1cd694e8cb8f11.tar.gz
QPID-2261: fix path to modules.qmfv2
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@902894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/tests/obj_gets.py')
-rw-r--r--qpid/python/qmf2/tests/obj_gets.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/python/qmf2/tests/obj_gets.py b/qpid/python/qmf2/tests/obj_gets.py
index e58575440d..9287fc7173 100644
--- a/qpid/python/qmf2/tests/obj_gets.py
+++ b/qpid/python/qmf2/tests/obj_gets.py
@@ -203,7 +203,7 @@ class BaseTest(unittest.TestCase):
# synchronous query for all objects by id
# verify known object ids are returned
self.notifier = _testNotifier()
- self.console = qmf.qmfConsole.Console(notifier=self.notifier,
+ self.console = qmf2.console.Console(notifier=self.notifier,
agent_timeout=3)
self.conn = qpid.messaging.Connection(self.broker.host,
self.broker.port,
@@ -261,7 +261,7 @@ class BaseTest(unittest.TestCase):
# synchronous query for all objects by id
# verify known object ids are returned
self.notifier = _testNotifier()
- self.console = qmf.qmfConsole.Console(notifier=self.notifier,
+ self.console = qmf2.console.Console(notifier=self.notifier,
agent_timeout=3)
self.conn = qpid.messaging.Connection(self.broker.host,
self.broker.port,
@@ -333,7 +333,7 @@ class BaseTest(unittest.TestCase):
# synchronous query for all objects by id
# verify known object ids are returned
self.notifier = _testNotifier()
- self.console = qmf.qmfConsole.Console(notifier=self.notifier,
+ self.console = qmf2.console.Console(notifier=self.notifier,
agent_timeout=3)
self.conn = qpid.messaging.Connection(self.broker.host,
self.broker.port,