From f7290b3ef241402254d0d180c97b921d6d5100b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 8 Jul 2019 12:24:36 +0200 Subject: [PATCH] import AbstractNotificationReceiver from NotificationForwareder --- src/MqttProcessor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MqttProcessor.py b/src/MqttProcessor.py index 18aacc9..a6eb1bc 100644 --- a/src/MqttProcessor.py +++ b/src/MqttProcessor.py @@ -1,6 +1,6 @@ import threading import paho.mqtt.client as mqtt -from AbstractNotificationReceiver import AbstractNotificationReceiver +from NotificationForwarder import AbstractNotificationReceiver