aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Sun <jsun@sightmachine.com>2014-04-02 17:21:12 -0700
committerJohn Sun <jsun@sightmachine.com>2014-04-02 17:21:12 -0700
commitf71223d809af8cb749f6a3b37b3a29a022322d02 (patch)
tree1e34fa2a48e3d30574951617cbc01fca6c4ea406
parentc40423dd47d6ba56469ae1faf306d95d6be5cd5c (diff)
downloadpymba-f71223d809af8cb749f6a3b37b3a29a022322d02.tar.gz
pymba-f71223d809af8cb749f6a3b37b3a29a022322d02.zip
fix typo
-rw-r--r--pyvimba/tests/test_systemfeature.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyvimba/tests/test_systemfeature.py b/pyvimba/tests/test_systemfeature.py
index 2fb5760..49a2d3e 100644
--- a/pyvimba/tests/test_systemfeature.py
+++ b/pyvimba/tests/test_systemfeature.py
@@ -7,9 +7,6 @@ def test_systemfeature():
vimba = Vimba()
system = vimba.getSystem()
- # get system object
- system = vimba.getSystem()
-
# list system features
for featureName in system.getFeatureNames():
print 'System feature:', featureName