From 3a9afd1fed2d1cec82d07efc8368a196ee3dd18a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Fri, 22 Dec 2017 10:21:31 +0100 Subject: [PATCH] import error --- platypush/backend/assistant/google/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/assistant/google/__init__.py b/platypush/backend/assistant/google/__init__.py index 264b3e185d..8e544ee47c 100644 --- a/platypush/backend/assistant/google/__init__.py +++ b/platypush/backend/assistant/google/__init__.py @@ -9,7 +9,7 @@ from google.assistant.library import Assistant from google.assistant.library.event import EventType from google.assistant.library.file_helpers import existing_file -from .. import Backend +from platypush.backend import Backend class AssistantGoogleBackend(Backend): """ Class for the Google Assistant backend. It creates and event source