Skip to content

Commit

Permalink
gui: remove PyQt5 assertion (break mock modules)
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 14, 2016
1 parent ed36a96 commit ab1d85b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion artiq/frontend/artiq_gui.py
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@

import PyQt5
from quamash import QEventLoop, QtGui, QtCore
assert QtGui is PyQt5.QtGui
# pyqtgraph will pick up any already imported Qt binding.
from pyqtgraph import dockarea

0 comments on commit ab1d85b

Please sign in to comment.