From dc0bc67426c52505a03687105da0d591ba5a352b Mon Sep 17 00:00:00 2001 From: Kenneth Giusti Date: Wed, 13 Jun 2018 09:17:42 -0400 Subject: [PATCH] Do not merge - just testing.... --- python/examples/abstract_server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/examples/abstract_server.py b/python/examples/abstract_server.py index fed7fb2697..6fe7e733c9 100755 --- a/python/examples/abstract_server.py +++ b/python/examples/abstract_server.py @@ -21,6 +21,8 @@ from __future__ import print_function from proton_server import Server +print("DO NOT MERGE!") + class Application(Server): def __init__(self, host, address): super(Application, self).__init__(host, address)