fix loading config module

plugins
Frede Hundewadt 2019-11-21 11:27:17 +01:00
parent a2682e042f
commit 9f5670777f
No known key found for this signature in database
GPG Key ID: 7605992471F3F073
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import webbrowser
try:
from application_utility.browser.application_browser import ApplicationBrowser
from application_utility.browser.exceptions import NoAppInIsoError
from application_utility.browser.hello_config import HelloConfig
from application_utility.config.hello_config import HelloConfig
APPS_PLUGIN = True
except ModuleNotFoundError as e: