diff options
| author | AAGaming <aagaming@riseup.net> | 2023-09-25 13:06:46 -0400 |
|---|---|---|
| committer | marios8543 <marios8543@gmail.com> | 2023-10-17 17:08:23 +0300 |
| commit | bf83eabe6b19e560bc3e5fd5ae961edf7aea6839 (patch) | |
| tree | 3ae98ed5761e9a329a422fe43ee3317784b0c26e /backend/localplatformlinux.py | |
| parent | a7c358844c96b7fb52f4a7e8d16a5cd928a1ca12 (diff) | |
| download | decky-loader-bf83eabe6b19e560bc3e5fd5ae961edf7aea6839.tar.gz decky-loader-bf83eabe6b19e560bc3e5fd5ae961edf7aea6839.zip | |
move to module imports
Diffstat (limited to 'backend/localplatformlinux.py')
| -rw-r--r-- | backend/localplatformlinux.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/localplatformlinux.py b/backend/localplatformlinux.py index 58b9dbc2..bde2caac 100644 --- a/backend/localplatformlinux.py +++ b/backend/localplatformlinux.py @@ -1,6 +1,6 @@ import os, pwd, grp, sys, logging from subprocess import call, run, DEVNULL, PIPE, STDOUT -from customtypes import UserType +from .customtypes import UserType logger = logging.getLogger("localplatform") |
