mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-09 13:25:31 +08:00
Clean up scikits.image namespace.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Image Processing SciKit (Toolbox for SciPy)"""
|
||||
|
||||
|
||||
import os.path
|
||||
import os.path as _osp
|
||||
|
||||
data_dir = os.path.join(os.path.dirname(__file__), 'data')
|
||||
data_dir = _osp.join(_osp.dirname(__file__), 'data')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user