mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Work around AttributeError: 'module' object has no attribute 'BufferedIOBase' on Python 2.7+, Windows
This commit is contained in:
committed by
Stefan van der Walt
parent
593e4fa6d4
commit
62da017273
@@ -8,6 +8,7 @@ data_dir = _osp.abspath(_osp.join(_osp.dirname(__file__), 'data'))
|
||||
from version import version as __version__
|
||||
|
||||
def _setup_test():
|
||||
import gzip
|
||||
import functools
|
||||
|
||||
basedir = _osp.dirname(_osp.join(__file__, '../'))
|
||||
|
||||
Reference in New Issue
Block a user