added "cxcore" to __all__

This commit is contained in:
sccolbert
2009-10-16 21:29:55 +02:00
parent 1e1958b414
commit aa20e903d1
+1 -1
View File
@@ -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