aboutsummaryrefslogtreecommitdiff
path: root/pyvimba/tests/opencv_example.py
diff options
context:
space:
mode:
authorJohn Sun <jsun@sightmachine.com>2014-04-02 17:08:07 -0700
committerJohn Sun <jsun@sightmachine.com>2014-04-02 17:08:07 -0700
commitc40423dd47d6ba56469ae1faf306d95d6be5cd5c (patch)
tree3333906a098b9c22a3e89ec53473a0acec7d0c43 /pyvimba/tests/opencv_example.py
parent01e24424971ffa9faa5dabf2e6724cea997a2afb (diff)
downloadpymba-c40423dd47d6ba56469ae1faf306d95d6be5cd5c.tar.gz
pymba-c40423dd47d6ba56469ae1faf306d95d6be5cd5c.zip
Add some tests
test_systemfeature.py is broken because I think this is invalid API.
Diffstat (limited to 'pyvimba/tests/opencv_example.py')
-rw-r--r--pyvimba/tests/opencv_example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyvimba/tests/opencv_example.py b/pyvimba/tests/opencv_example.py
index 36b5108..a1d7269 100644
--- a/pyvimba/tests/opencv_example.py
+++ b/pyvimba/tests/opencv_example.py
@@ -1,4 +1,4 @@
-from vimba import *
+from pyvimba.vimba import *
import numpy as np
import cv2
import time