diff options
| author | marios8543 <marios8543@gmail.com> | 2023-10-18 14:59:05 +0300 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-18 14:59:05 +0300 |
| commit | 88250b3e20a6635bb1e14d4033f8e5be8ef19c6f (patch) | |
| tree | 85be2a5d3813ad0ce85eb9035b6d8c3f744fdb2e /backend/src | |
| parent | d9ba637cd9c44bc7c7ec4e8381f4f05fae8e4244 (diff) | |
| download | decky-loader-88250b3e20a6635bb1e14d4033f8e5be8ef19c6f.tar.gz decky-loader-88250b3e20a6635bb1e14d4033f8e5be8ef19c6f.zip | |
fix customtypes import
Diffstat (limited to 'backend/src')
| -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: |
