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

Commit

Permalink
fix imports on Panel imports
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed May 27, 2020
1 parent 0533830 commit 0592a59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guiscrcpy/ux/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"""
import uuid

from PyQt5 import QtCore
from PyQt5.QtCore import QPoint
from PyQt5.QtWidgets import QMainWindow
from qtpy import QtCore
from qtpy.QtCore import QPoint
from qtpy.QtWidgets import QMainWindow

from guiscrcpy.lib.toolkit import UXMapper
from guiscrcpy.ui.panel import Ui_HorizontalPanel
from guiscrcpy.ux import Ui_HorizontalPanel


class Panel(QMainWindow, Ui_HorizontalPanel):
Expand Down

0 comments on commit 0592a59

Please sign in to comment.