From 7e30f217aaed9435e693785cb0cd5282e6a6c39a Mon Sep 17 00:00:00 2001 From: Olivier Guilyardi Date: Thu, 26 Nov 2009 19:42:55 +0000 Subject: [PATCH] fix trivial syntax error --- analyze/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyze/api.py b/analyze/api.py index b02bf4b..b953b41 100644 --- a/analyze/api.py +++ b/analyze/api.py @@ -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.. -- 2.39.5