mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-01 03:59:53 +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.