summaryrefslogtreecommitdiff
path: root/qpid/python/commands/qpid-queue-stats
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2008-11-20 20:28:17 +0000
committerTed Ross <tross@apache.org>2008-11-20 20:28:17 +0000
commit395b33c630a57baa4262cdac05828a33df268592 (patch)
treee3cca0d792985059ab00c43a4abec78915c765e9 /qpid/python/commands/qpid-queue-stats
parent3b1f2cb926d12a6edc01e21bb0310fd37045e7b1 (diff)
downloadqpid-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-queue-stats')
-rwxr-xr-xqpid/python/commands/qpid-queue-stats2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/commands/qpid-queue-stats b/qpid/python/commands/qpid-queue-stats
index c29cab3568..5aa32f9b38 100755
--- a/qpid/python/commands/qpid-queue-stats
+++ b/qpid/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