From 1b2c49787f3a168fa6f662dc95ad5d5c251263ea Mon Sep 17 00:00:00 2001 From: Niels Vanspauwen Date: Thu, 27 Jul 2023 20:41:32 +0200 Subject: [PATCH] lint --- examples/module_example/chatserver_componentview.py | 4 ++-- examples/module_example/chatsystem_containerview.py | 4 ++-- examples/module_example/systemlandscapeview.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/module_example/chatserver_componentview.py b/examples/module_example/chatserver_componentview.py index 55e6bf8..8cdc338 100644 --- a/examples/module_example/chatserver_componentview.py +++ b/examples/module_example/chatserver_componentview.py @@ -1,5 +1,5 @@ -from example.workspace import workspace -from example.chatsystem import chat_server +from .workspace import workspace +from .chatsystem import chat_server workspace.ComponentView( chat_server, diff --git a/examples/module_example/chatsystem_containerview.py b/examples/module_example/chatsystem_containerview.py index 2dda5b1..a5fd140 100644 --- a/examples/module_example/chatsystem_containerview.py +++ b/examples/module_example/chatsystem_containerview.py @@ -1,5 +1,5 @@ -from example.workspace import workspace -from example.chatsystem import chat_system +from .workspace import workspace +from .chatsystem import chat_system workspace.ContainerView( chat_system, diff --git a/examples/module_example/systemlandscapeview.py b/examples/module_example/systemlandscapeview.py index eacb669..71427bb 100644 --- a/examples/module_example/systemlandscapeview.py +++ b/examples/module_example/systemlandscapeview.py @@ -1,4 +1,4 @@ -from example.workspace import workspace +from .workspace import workspace system_view = workspace.SystemLandscapeView( "System View",