From 943264c4e9efe0865b85dcced05a8348e8d972e2 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 1 Sep 2009 16:45:12 +0000 Subject: added missing names to __all__ git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@810115 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qpid/messaging.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qpid/python') diff --git a/qpid/python/qpid/messaging.py b/qpid/python/qpid/messaging.py index e9266600ff..4fd2900663 100644 --- a/qpid/python/qpid/messaging.py +++ b/qpid/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"] -- cgit v1.2.1