diff options
| author | Ted Ross <tross@apache.org> | 2009-01-08 18:30:28 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-01-08 18:30:28 +0000 |
| commit | 36bdf084bc4fc98746c7f579352d7f7099167b1a (patch) | |
| tree | f5eb71894824babc5a672b6c787d2c05d55b0de1 /qpid/python | |
| parent | f938d4a5c7ad2e50b63b4ca4310677ebc980a30b (diff) | |
| download | qpid-python-36bdf084bc4fc98746c7f579352d7f7099167b1a.tar.gz | |
Added missing import statement
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/qmf/console.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/qmf/console.py b/qpid/python/qmf/console.py index 0009726fe7..86cf26acf9 100644 --- a/qpid/python/qmf/console.py +++ b/qpid/python/qmf/console.py @@ -25,6 +25,7 @@ import struct import socket import re from qpid.peer import Closed +from qpid.session import SessionDetached from qpid.connection import Connection, ConnectionFailed from qpid.datatypes import UUID, uuid4, Message, RangedSet from qpid.util import connect, ssl, URL |
