commit | fdbad6e300141d41d406c59ce1648121f84cde37 | [log] [tgz] |
---|---|---|
author | khenaidoo <knursimu@ciena.com> | Tue Nov 06 22:26:38 2018 -0500 |
committer | khenaidoo <knursimu@ciena.com> | Tue Nov 06 22:46:28 2018 -0500 |
tree | ff1d4d8dee064ccd5c7f802fec4583ef4ab1c4f7 | |
parent | 6e1bd5002f7a64eb06a4f8fbc7e4c8265538fa5a [diff] [blame] |
This commit cleans up the python directory to ensure the adapters and the cli runs properly. Change-Id: Ic68a3ecd1f16a5af44296e3c020c808b185f4c18
diff --git a/python/adapters/kafka/event_bus_publisher.py b/python/adapters/kafka/event_bus_publisher.py index 011fdea..89b3385 100644 --- a/python/adapters/kafka/event_bus_publisher.py +++ b/python/adapters/kafka/event_bus_publisher.py
@@ -25,7 +25,7 @@ from google.protobuf.message import Message from simplejson import dumps -from adapters.common.event_bus import EventBusClient +from python.common.event_bus import EventBusClient log = structlog.get_logger()