From bf83eabe6b19e560bc3e5fd5ae961edf7aea6839 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Mon, 25 Sep 2023 13:06:46 -0400 Subject: move to module imports --- backend/localplatformwin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/localplatformwin.py') 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: -- cgit v1.2.3