From b6cbafbd0dddf4a686c73a647fc0461f0eee2b69 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 15 Dec 2020 16:54:15 +0100 Subject: [PATCH] Improved ApplicationHost --- src/sh_edraft/hosting/application_host.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sh_edraft/hosting/application_host.py b/src/sh_edraft/hosting/application_host.py index 9709c2c1..1c5ed011 100644 --- a/src/sh_edraft/hosting/application_host.py +++ b/src/sh_edraft/hosting/application_host.py @@ -8,7 +8,7 @@ from sh_edraft.hosting.application_runtime import ApplicationRuntime from sh_edraft.hosting.base.application_host_base import ApplicationHostBase from sh_edraft.service.providing.service_provider import ServiceProvider from sh_edraft.service.providing.base.service_provider_base import ServiceProviderBase -from sh_edraft.console import Console +from sh_edraft.console.console import Console class ApplicationHost(ApplicationHostBase):