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/commands/qpid-queue-stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/commands/qpid-queue-stats') diff --git a/python/commands/qpid-queue-stats b/python/commands/qpid-queue-stats index c29cab3568..5aa32f9b38 100755 --- a/python/commands/qpid-queue-stats +++ b/python/commands/qpid-queue-stats @@ -26,7 +26,7 @@ import re import socket import qpid from threading import Condition -from qpid.qmfconsole import Session, Console +from qmf.console import Session, Console from qpid.peer import Closed from qpid.connection import Connection, ConnectionFailed from qpid.util import connect -- cgit v1.2.1