mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-27 11:27:08 +08:00
added "cxcore" to __all__
This commit is contained in:
@@ -10,7 +10,7 @@ This module also removes the code duplication in __init__ and
|
||||
opencv_cv
|
||||
"""
|
||||
|
||||
__all__ = [ "cv" ]
|
||||
__all__ = ["cv", "cxcore"]
|
||||
|
||||
import ctypes
|
||||
import sys
|
||||
|
||||
Reference in New Issue
Block a user