Fix with statement for 2.5.

This commit is contained in:
Stefan van der Walt
2009-11-12 22:13:19 +02:00
parent 80ea81fca3
commit 44c6c19234
@@ -1,4 +1,7 @@
# test for the opencv_cv extension module
from __future__ import with_statement
import os
import warnings