mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-13 12:15:09 +03:00
fix customtypes import
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user