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

Commit

Permalink
Add new imports for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 13, 2020
1 parent 34b6fe5 commit b71be58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guiscrcpy/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
import shutil
import sys

from qtpy.QtGui import QPixmap
from colorama import Fore
from qtpy import QtCore
from qtpy.QtWidgets import QMessageBox
from ..platform.platform import System

environment = System()
Expand Down

0 comments on commit b71be58

Please sign in to comment.