aboutsummaryrefslogtreecommitdiff
path: root/pyvimba/tests/opencv_example.py
AgeCommit message (Collapse)Author
2014-04-02Add some testsJohn Sun
test_systemfeature.py is broken because I think this is invalid API.
2014-04-02First pass at making pymba a pip installable module.John Sun
1) Moved all the source-code under a new folder "pyvimba". Yes I changed the name. Feel free to change it back 2) Added initial CHANGES.txt, MANIFEST.in, LICENSE, README.txt 3) Move opencv_example.py to "tests" directory