summaryrefslogtreecommitdiff
path: root/backend/src/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/src/settings.py')
-rw-r--r--backend/src/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/settings.py b/backend/src/settings.py
index a9ab3daa..c0f2b90c 100644
--- a/backend/src/settings.py
+++ b/backend/src/settings.py
@@ -1,7 +1,7 @@
from json import dump, load
from os import mkdir, path, listdir, rename
from typing import Any, Dict
-from .localplatform import chown, folder_owner, get_chown_plugin_path
+from .localplatform.localplatform import chown, folder_owner, get_chown_plugin_path
from .customtypes import UserType
from .helpers import get_homebrew_path