# HG changeset patch # User Arthur Lutz <arthur.lutz@logilab.fr> # Date 1261143863 -3600 # Fri Dec 18 14:44:23 2009 +0100 # Node ID 3e2b1b2344223b8d8248561214d26641d985485d # Parent fbd643f1833c6c299eaa1b6e6f0e86a086000edc [mq]: abc diff --git a/hooks.py b/hooks.py --- a/hooks.py +++ b/hooks.py @@ -9,4 +9,3 @@ def subject(self): entity = self.cw_rset.get_entity(0, 0) return '[%s] %s' % (self._cw.vreg.config.appid, entity.dc_title()) -