summaryrefslogtreecommitdiff
path: root/backend/localplatformwin.py
diff options
context:
space:
mode:
Diffstat (limited to 'backend/localplatformwin.py')
-rw-r--r--backend/localplatformwin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/localplatformwin.py b/backend/localplatformwin.py
index b6bee330..4c4e9439 100644
--- a/backend/localplatformwin.py
+++ b/backend/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: