Files
scikit-image/skimage/viewer/__init__.py
T

5 lines
127 B
Python

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