mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 21:12:29 +08:00
09cfe0b929
from __future__ import ... is ineffective when the example script is exec-ed by sphinx, resulting in a SyntaxError when running under python2. Fixes gh-649.