]> git.parisson.com Git - timeside.git/commitdiff
fix again
authoryomguy <yomguy@parisson.com>
Wed, 19 Oct 2011 09:29:10 +0000 (09:29 +0000)
committeryomguy <yomguy@parisson.com>
Wed, 19 Oct 2011 09:29:10 +0000 (09:29 +0000)
timeside/tests/api/test_analyzer3.py

index f0a0947bfbcb4b88f81a69c9332087f66edc86fa..33087477646fa433438e6fb9e2fcae86cb10996d 100644 (file)
@@ -27,7 +27,7 @@ class TestAnalyzer:
         print {'name':self.analyzer.name(),
                             'id':self.analyzer.id(),
                             'unit':self.analyzer.unit(),
-                            'value':str(analyzer.value())}
+                            'value':str(self.analyzer.value())}
 
 test = TestAnalyzer(sys.argv[-1])
 test.process()