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 numpy as np
from ..qt import QtGui
from ..qt import QtGui
from ..utils import new_plot
from .base import Plugin