# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1236024416 -3600 # Node ID 0b39f59530fa4e580419d92ebebf0e00082d20c2 # Parent e24b45bf92cc72ff587f5204d3e51a0c598cfe36 missing paren diff -r e24b45bf92cc -r 0b39f59530fa web/views/idownloadable.py --- a/web/views/idownloadable.py Mon Mar 02 21:04:36 2009 +0100 +++ b/web/views/idownloadable.py Mon Mar 02 21:06:56 2009 +0100 @@ -43,7 +43,7 @@ id = 'download_box' # no download box for images # XXX primary_view selector ? - __select__ = (one_line_rset() & implements(IDownloadable) & match_context_prop() & ~ score_entity(is_image) + __select__ = (one_line_rset() & implements(IDownloadable) & match_context_prop() & ~score_entity(is_image)) order = 10 def cell_call(self, row, col, title=None, label=None, **kwargs):