From 2d403f7d68ef5944c216f5f9ba2f0a53aabaa949 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 20 Jun 2018 14:56:07 -0400 Subject: [PATCH] Defer import of confluent log confluent.util pulls in log more cleanly, for now rearrange for easier time running slp test mode. --- confluent_server/confluent/discovery/protocols/slp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/confluent/discovery/protocols/slp.py b/confluent_server/confluent/discovery/protocols/slp.py index 7f13f990..edb16c34 100644 --- a/confluent_server/confluent/discovery/protocols/slp.py +++ b/confluent_server/confluent/discovery/protocols/slp.py @@ -14,9 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -import confluent.log as log import confluent.neighutil as neighutil import confluent.util as util +import confluent.log as log import os import random import eventlet.green.select as select