selectors.py
changeset 5858 384d34e76d6d
parent 5736 375819ec7d43
child 5877 0c7b7b76a84f
--- a/selectors.py	Fri Jul 02 09:02:08 2010 +0200
+++ b/selectors.py	Fri Jul 02 10:29:32 2010 +0200
@@ -734,7 +734,7 @@
         self.mimetype = mimetype
 
     def score_entity(self, entity):
-        idownloadable =  entity.cw_adapt_to('IDownloadable')
+        idownloadable = entity.cw_adapt_to('IDownloadable')
         if idownloadable is None:
             return 0
         mt = idownloadable.download_content_type()