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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]