You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2019/09/19 03:39:28 UTC

[qpid-proton] branch master updated: PROTON-2103: [Python] Fix abstract_server example import

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new 551513f  PROTON-2103: [Python] Fix abstract_server example import
551513f is described below

commit 551513f49822947ed5dfefe56b8a001baf26b789
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Wed Sep 18 23:38:40 2019 -0400

    PROTON-2103: [Python] Fix abstract_server example import
---
 python/examples/abstract_server.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/python/examples/abstract_server.py b/python/examples/abstract_server.py
index 138ef66..f536486 100755
--- a/python/examples/abstract_server.py
+++ b/python/examples/abstract_server.py
@@ -18,10 +18,9 @@
 # under the License.
 #
 
-from __future__ import absolute_import
 from __future__ import print_function
 
-from .proton_server import Server
+from proton_server import Server
 
 class Application(Server):
     def __init__(self, host, address):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org