From aa20e903d1a4547d6387cc29d0dde5ca972b8c06 Mon Sep 17 00:00:00 2001 From: sccolbert Date: Fri, 16 Oct 2009 21:29:55 +0200 Subject: [PATCH] added "cxcore" to __all__ --- scikits/image/opencv/_libimport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/image/opencv/_libimport.py b/scikits/image/opencv/_libimport.py index 5239502d..132c66cc 100644 --- a/scikits/image/opencv/_libimport.py +++ b/scikits/image/opencv/_libimport.py @@ -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