Update viewer for PyQt5 compatibility

Conflicts:
	skimage/viewer/tests/test_plugins.py
	skimage/viewer/tests/test_tools.py
This commit is contained in:
Steven Silvester
2014-12-27 10:52:27 -06:00
parent 6f1eb316d2
commit 65c1d4eec6
24 changed files with 161 additions and 211 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
from ..qt import QtGui
from skimage.viewer.qt import QtGui
__all__ = ['open_file_dialog', 'save_file_dialog']