diff options
| author | morefigs <morefigs@gmail.com> | 2013-04-02 14:59:38 +1200 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-04-02 14:59:38 +1200 |
| commit | 72f90fff54b9e2cc1cb7aa21a8088f09a84fff04 (patch) | |
| tree | 5297acfc63505a978139a34b4e171b46c4f18248 | |
| parent | 112ce379cb43bdd334ae3f2a766ca46d146a7d7d (diff) | |
| download | pymba-72f90fff54b9e2cc1cb7aa21a8088f09a84fff04.tar.gz pymba-72f90fff54b9e2cc1cb7aa21a8088f09a84fff04.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ pymba is a Python wrapper for the Allied Vision Technologies (AVT) Vimba C API. from pymba.VimbaException import VimbaException # start Vimba - vimba = Vimba.Vimba() + vimba = Vimba() vimba.startup() # show Vimba version |
