mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 05:35:03 +08:00
5 lines
145 B
Python
5 lines
145 B
Python
try:
|
|
from viewers import ImageViewer, CollectionViewer
|
|
except ImportError:
|
|
print("Could not import PyQt4 -- ImageViewer not available.")
|