Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
use relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Aug 27, 2020
1 parent edb1851 commit dd335b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guiscrcpy/lib/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
import logging
from subprocess import Popen, PIPE, call, TimeoutExpired

from guiscrcpy.lib.utils import decode_process, check_existence, shellify as _
from guiscrcpy.platform.platform import System
from ..lib.utils import decode_process, shellify as _
from ..platform.platform import System
from ..install.finder import open_exe_name_dialog

environment = System()

Expand Down

0 comments on commit dd335b0

Please sign in to comment.