forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 0 additions and 1 deletions

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