diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-29 13:35:38 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-29 13:35:38 +1100 |
| commit | 2d86dcf99782bc4aa2dc769bde87ef50769b9482 (patch) | |
| tree | 0b8ae9bd3278fe91b6f47bae3784ff7281e62a0a /examples/get_version.py | |
| parent | fe810f80b2571ec864afbd98a02c96720eeda43a (diff) | |
| download | pymba-2d86dcf99782bc4aa2dc769bde87ef50769b9482.tar.gz pymba-2d86dcf99782bc4aa2dc769bde87ef50769b9482.zip | |
rename vimba as no longer import vimba module
Diffstat (limited to 'examples/get_version.py')
| -rw-r--r-- | examples/get_version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/get_version.py b/examples/get_version.py index e03fe12..1542845 100644 --- a/examples/get_version.py +++ b/examples/get_version.py @@ -4,5 +4,5 @@ from pymba import Vimba, PYMBA_VERSION if __name__ == '__main__': print(f'Pymba version: {PYMBA_VERSION}') - vmb = Vimba() - print(f'Vimba version: {vmb.version}') + vimba = Vimba() + print(f'Vimba version: {vimba.version}') |
