]> git.parisson.com Git - telemeta.git/commitdiff
fix syntax errors
authorolivier <>
Tue, 3 Apr 2007 21:37:13 +0000 (21:37 +0000)
committerolivier <>
Tue, 3 Apr 2007 21:37:13 +0000 (21:37 +0000)
export/api.py

index 6156581f1e3c045ed17ae99e54523b55be8dacdc..6cce485a4021f49226bf37c98f18c0afe14abb47 100644 (file)
@@ -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.