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

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