Files
scikit-image/skimage/viewer/__init__.py
T
2012-08-24 06:24:41 -07:00

5 lines
127 B
Python

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