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/commands/qpid-queue-stats | |
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/commands/qpid-queue-stats')
-rwxr-xr-x | python/commands/qpid-queue-stats | 2 |
1 files changed, 1 insertions, 1 deletions
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 |