cleanup
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 02 Jul 2010 10:29:32 +0200
changeset 5858 384d34e76d6d
parent 5854 b49f58a320e6
child 5863 4495b9bc49df
cleanup
selectors.py
--- 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()