Remove self-referencing import.

This commit is contained in:
Stefan van der Walt
2009-10-17 12:32:25 +02:00
parent 9025c5d3b0
commit 96360f5bd6
2 changed files with 1249 additions and 1271 deletions
File diff suppressed because it is too large Load Diff
-1
View File
@@ -9,7 +9,6 @@ from opencv_backend cimport *
from opencv_constants import *
from opencv_constants import *
from opencv_cv import *
# Without the opencv libraries, this extension module cannot function,
# so we raise an exception if loading fails.