opencv/modules/python
Alexander Alekhin 019de554a0 python(test): don't write bytecode
Tests are usually lauched from source directory, so additional unnecessary
files should be eliminated.

Alternative ways (command line):
- python -B ...
- PYTHONDONTWRITEBYTECODE=1 python ...
2017-11-23 13:13:11 +03:00
..
python2 Make external cv::dnn::Importer usage is deprecated 2017-09-18 08:52:36 +03:00
python3 Make external cv::dnn::Importer usage is deprecated 2017-09-18 08:52:36 +03:00
src2 Merge pull request #9736 from Cartucho/const_and_class_to_json 2017-11-04 06:38:18 +03:00
test python(test): don't write bytecode 2017-11-23 13:13:11 +03:00
CMakeLists.txt cmake world: allow to build python bindings 2017-01-23 18:45:53 +03:00
common.cmake build: avoid exporting of unnecessary symbols from Python bindings 2017-11-15 13:21:35 +03:00