summaryrefslogtreecommitdiff
path: root/python/qpid/messaging.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qpid/messaging.py')
-rw-r--r--python/qpid/messaging.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/python/qpid/messaging.py b/python/qpid/messaging.py
index e9266600ff..4fd2900663 100644
--- a/python/qpid/messaging.py
+++ b/python/qpid/messaging.py
@@ -1277,5 +1277,7 @@ class Driver(Lockable):
msg._transfer_id = message.id
return msg
-__all__ = ["Connection", "ConnectionError", "ConnectError", "Pattern", "Session", "Sender", "Receiver", "Message",
- "ReceiveError", "Empty", "SendError", "InsufficientCapacity", "timestamp", "uuid4"]
+__all__ = ["Connection", "Session", "Sender", "Receiver", "Pattern", "Message",
+ "ConnectionError", "ConnectError", "SessionError", "Disconnected",
+ "SendError", "InsufficientCapacity", "ReceiveError", "Empty",
+ "timestamp", "uuid4"]