Files
scikit-image/skimage/viewer/__init__.py
T
2012-09-01 15:31:34 -04:00

5 lines
145 B
Python

try:
from viewers import ImageViewer, CollectionViewer
except ImportError:
print("Could not import PyQt4 -- ImageViewer not available.")