mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 12:08:00 +08:00
b14514e018
nose and autodoc imports the viewer modules so all PyQt4 imports must be wrapped in a try-except block. In addition, any classes derived from PyQt4 must be proxied since the class definition are run on import. This is really hacky.