web/test/unittest_views_actions.py
branchtls-sprint
changeset 1802 d628defebc17
parent 1398 5fe84a5f7035
child 1977 606923dff11b
--- a/web/test/unittest_views_actions.py	Thu May 14 10:24:56 2009 +0200
+++ b/web/test/unittest_views_actions.py	Thu May 14 11:38:40 2009 +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()