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

Commit

Permalink
port mapper to qtpy"
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jun 3, 2020
1 parent e59204f commit cb40172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guiscrcpy/lib/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
import sys
import time

from PyQt5 import QtGui, QtCore, QtWidgets
from PyQt5.QtCore import Qt
from PyQt5.QtGui import QPixmap
from qtpy import QtGui, QtCore, QtWidgets
from qtpy.QtCore import Qt
from qtpy.QtGui import QPixmap
from pynput import keyboard

from guiscrcpy.lib.check import adb
Expand Down

0 comments on commit cb40172

Please sign in to comment.