branch | tls-sprint |
changeset 12560 | dc6d44e69a70 |
parent 1802 | d628defebc17 |
child 1977 | 606923dff11b |
--- a/web/test/unittest_views_actions.py Wed Jun 03 09:09:33 2009 +0200 +++ b/web/test/unittest_views_actions.py Thu Apr 04 13:49:34 2019 +0200 @@ -20,6 +20,6 @@ rset = self.execute('Any X WHERE X login "anon"', req=req) self.failIf([action for action in self.vreg.possible_vobjects('actions', req, rset) if action.id == 'sendemail']) - + if __name__ == '__main__': unittest_main()