mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-12 12:30:16 +08:00
BUG: Workaround to unit tests failing if PyQt4 not available.
This commit is contained in:
@@ -1 +1,4 @@
|
||||
from viewers import ImageViewer
|
||||
try:
|
||||
from viewers import ImageViewer
|
||||
except ImportError:
|
||||
print("Could not import PyQt4 -- ImageViewer not available.")
|
||||
|
||||
Reference in New Issue
Block a user