mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
65c1d4eec6
Conflicts: skimage/viewer/tests/test_plugins.py skimage/viewer/tests/test_tools.py
8 lines
172 B
Python
8 lines
172 B
Python
try:
|
|
from .qt import QtGui as _QtGui
|
|
except ImportError as e:
|
|
raise
|
|
raise ImportError('Viewer requires Qt')
|
|
|
|
from .viewers import ImageViewer, CollectionViewer
|