diff options
| author | John Sun <jsun@sightmachine.com> | 2014-04-02 16:22:14 -0700 |
|---|---|---|
| committer | John Sun <jsun@sightmachine.com> | 2014-04-02 16:22:14 -0700 |
| commit | 01e24424971ffa9faa5dabf2e6724cea997a2afb (patch) | |
| tree | 8882d0e2c93e2a1f74178c21b6bffa02a2edee16 /pyvimba/__init__.py | |
| parent | 54bec3f39dc7915593a29c22ed1aac0e29ab53b6 (diff) | |
| download | pymba-01e24424971ffa9faa5dabf2e6724cea997a2afb.tar.gz pymba-01e24424971ffa9faa5dabf2e6724cea997a2afb.zip | |
First pass at making pymba a pip installable module.
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
Diffstat (limited to 'pyvimba/__init__.py')
| -rw-r--r-- | pyvimba/__init__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyvimba/__init__.py b/pyvimba/__init__.py new file mode 100644 index 0000000..96a931e --- /dev/null +++ b/pyvimba/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +from vimba import Vimba +from vimbaexception import VimbaException + |
