From: olivier <> Date: Tue, 3 Apr 2007 21:37:13 +0000 (+0000) Subject: fix syntax errors X-Git-Tag: 1.1~998 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c9754e05637fe8ae6727d4e5be1958891d33a3c4;p=telemeta.git fix syntax errors --- diff --git a/export/api.py b/export/api.py index 6156581f..6cce485a 100644 --- a/export/api.py +++ b/export/api.py @@ -1,5 +1,5 @@ -class IExporter(): +class IExporter: """Export driver interface""" # Remark: the method prototypes do not include any self or cls argument @@ -32,7 +32,7 @@ class IExporter(): temporary directory should be used if that's not the case. """ - def process(item_id, source, metadata) + def process(item_id, source, metadata): """Perform the exporting process and return the absolute path to the resulting file.