diff options
| -rw-r--r-- | backend/src/localplatform/localplatformwin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/src/localplatform/localplatformwin.py b/backend/src/localplatform/localplatformwin.py index 4c4e9439..212ff2fe 100644 --- a/backend/src/localplatform/localplatformwin.py +++ b/backend/src/localplatform/localplatformwin.py @@ -1,4 +1,4 @@ -from .customtypes import UserType +from ..customtypes import UserType import os, sys def chown(path : str, user : UserType = UserType.HOST_USER, recursive : bool = True) -> bool: |
