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 | 395b33c630a57baa4262cdac05828a33df268592 (patch) | |
| tree | e3cca0d792985059ab00c43a4abec78915c765e9 /qpid/python/commands/qpid-queue-stats | |
| parent | 3b1f2cb926d12a6edc01e21bb0310fd37045e7b1 (diff) | |
| download | qpid-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-x | qpid/python/commands/qpid-queue-stats | 2 |
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 |
