cleanup
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Sat, 26 Sep 2009 11:44:35 +0200
changeset 3491 48b26bfd6f02
parent 3490 1acc89d4a512
child 3503 06bced8edddf
cleanup
web/views/boxes.py
--- a/web/views/boxes.py	Sat Sep 26 11:42:50 2009 +0200
+++ b/web/views/boxes.py	Sat Sep 26 11:44:35 2009 +0200
@@ -53,7 +53,7 @@
         self._menus_by_id = {}
         # build list of actions
         actions = self._cw.vreg['actions'].possible_actions(self._cw, self.cw_rset,
-                                                        view=view)
+                                                            view=view)
         other_menu = self._get_menu('moreactions', _('more actions'))
         for category, defaultmenu in (('mainactions', box),
                                       ('moreactions', other_menu),