2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-26 03:38:25 +08:00

gui: remove PyQt5 assertion (break mock modules)

This commit is contained in:
Sebastien Bourdeauducq 2016-02-14 14:03:57 +01:00
parent ed36a96f8f
commit ab1d85be53

View File

@ -7,7 +7,6 @@ import os
import PyQt5 import PyQt5
from quamash import QEventLoop, QtGui, QtCore from quamash import QEventLoop, QtGui, QtCore
assert QtGui is PyQt5.QtGui
# pyqtgraph will pick up any already imported Qt binding. # pyqtgraph will pick up any already imported Qt binding.
from pyqtgraph import dockarea from pyqtgraph import dockarea