From commits-return-46665-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Tue Aug 28 23:39:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 75E2718067B for ; Tue, 28 Aug 2018 23:39:03 +0200 (CEST) Received: (qmail 55611 invoked by uid 500); 28 Aug 2018 21:39:02 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 55600 invoked by uid 99); 28 Aug 2018 21:39:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2018 21:39:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B3219E08E5; Tue, 28 Aug 2018 21:39:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: astitcher@apache.org To: commits@qpid.apache.org Date: Tue, 28 Aug 2018 21:39:03 -0000 Message-Id: <2931afa507474f42b8b8ce40042bb428@git.apache.org> In-Reply-To: <4fdc4cc32e754322a81ff297f2f0e559@git.apache.org> References: <4fdc4cc32e754322a81ff297f2f0e559@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/7] qpid-proton git commit: PROTON-1922: [Python] Add missing exported exception PROTON-1922: [Python] Add missing exported exception This reverts commit 24265e27b1f31c9cdd31f2a55996b4b402125e46. Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/46dd05a1 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/46dd05a1 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/46dd05a1 Branch: refs/heads/master Commit: 46dd05a104a3d61cc20ae520f976e19f23e98997 Parents: 9ee89ba Author: Andrew Stitcher Authored: Wed Aug 8 23:39:42 2018 -0400 Committer: Andrew Stitcher Committed: Tue Aug 28 16:33:06 2018 -0400 ---------------------------------------------------------------------- python/proton/__init__.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/46dd05a1/python/proton/__init__.py ---------------------------------------------------------------------- diff --git a/python/proton/__init__.py b/python/proton/__init__.py index afb084a..1e8416c 100644 --- a/python/proton/__init__.py +++ b/python/proton/__init__.py @@ -54,6 +54,7 @@ __all__ = [ "Collector", "Condition", "Connection", + "ConnectionException", "Data", "DataException", "Delivery", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org