]> git.parisson.com Git - timeside.git/commitdiff
fix trivial syntax error
authorOlivier Guilyardi <olivier@samalyse.com>
Thu, 26 Nov 2009 19:42:55 +0000 (19:42 +0000)
committerOlivier Guilyardi <olivier@samalyse.com>
Thu, 26 Nov 2009 19:42:55 +0000 (19:42 +0000)
analyze/api.py

index b02bf4be03c43ac146060ecb2d22623061b8c3e1..b953b4171c91545e71b9b07ff4a23de75dd36de6 100644 (file)
@@ -26,7 +26,7 @@ class IAnalyzer(Interface):
 
     def id():
         """Return a short id alphanumeric, lower-case string."""
-s
+
     def name():
         """Return the analyzer name, such as "Mean Level", "Max level",
         "Total length, etc..