From c0b4007955c9cd019ade0d1718e37115f560851a Mon Sep 17 00:00:00 2001 From: olivier <> Date: Tue, 8 May 2007 14:24:44 +0000 Subject: [PATCH] ticket #10: mark IExporter.process() options argument as optional --- telemeta/export/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemeta/export/api.py b/telemeta/export/api.py index a02590c3..e5e1a06f 100644 --- a/telemeta/export/api.py +++ b/telemeta/export/api.py @@ -47,7 +47,7 @@ class IExporter(Interface): temporary directory should be used if that's not the case. """ - def process(item_id, source, metadata, options): + def process(item_id, source, metadata, options=None): """Perform the exporting process and return the absolute path to the resulting file. -- 2.39.5