opencv/modules/python
Michael Pratt e9ccadebed Support Python 2 and 3 in test script
Add Python 3 support to the Python test.py script.

The print function is used in place of the print statement.

The urlopen function has been moved to urllib.request in Python 3, so
attempt to import it from either location.

TestCase.assert_() has been deprecated in place of
TestCase.assertTrue().

The tests all pass in both Python 2 and 3.
2014-08-07 00:51:48 -04:00
..
python2 Build Python 3 bindings in subdirectory 2014-08-07 00:21:42 -04:00
python3 Build Python 3 bindings in subdirectory 2014-08-07 00:21:42 -04:00
src2 temporarily disabled java bindings for ml; hopefully fixed warnings etc. 2014-08-03 04:28:20 +04:00
test Support Python 2 and 3 in test script 2014-08-07 00:51:48 -04:00
CMakeLists.txt fix python module compilation with enabled CUDA support: 2014-08-04 12:12:51 +04:00
common.cmake Build Python 3 bindings in subdirectory 2014-08-07 00:21:42 -04:00