moved Python bindings source code into src subdirectory; preparing to add python...
authorVadim Pisarevsky <no@email>
Sun, 17 Apr 2011 13:09:04 +0000 (13:09 +0000)
committerVadim Pisarevsky <no@email>
Sun, 17 Apr 2011 13:09:04 +0000 (13:09 +0000)
commit335370a7c03a6c7b209c064db9fe6293da886fc8
tree2cc5e7a893be6217b91357e494f6f6f4b6ff5a02
parent26d348a5b7ba40179696557b58b2048c1c3d8964
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
19 files changed:
modules/python/CMakeLists.txt
modules/python/api [deleted file]
modules/python/cv.cpp [deleted file]
modules/python/defs [deleted file]
modules/python/gen.py [deleted file]
modules/python/gen2.py [deleted file]
modules/python/hdr_parser.py [deleted file]
modules/python/hdr_parser.pyc [new file with mode: 0755]
modules/python/opencv2x.h [deleted file]
modules/python/opencv_extra_api.hpp [deleted file]
modules/python/src/api [new file with mode: 0644]
modules/python/src/cv.cpp [new file with mode: 0644]
modules/python/src/defs [new file with mode: 0644]
modules/python/src/gen.py [new file with mode: 0644]
modules/python/src/gen2.py [new file with mode: 0644]
modules/python/src/hdr_parser.py [new file with mode: 0755]
modules/python/src/hdr_parser.pyc [new file with mode: 0755]
modules/python/src/opencv2x.h [new file with mode: 0644]
modules/python/src/opencv_extra_api.hpp [new file with mode: 0644]