app/soc/views/helper/access.py
changeset 2116 68d7679a2af2
parent 2112 9a2c9354468c
child 2145 ea919c2dfe41
--- a/app/soc/views/helper/access.py	Tue Apr 07 08:49:47 2009 +0000
+++ b/app/soc/views/helper/access.py	Tue Apr 07 12:31:12 2009 +0000
@@ -458,6 +458,7 @@
         first = first if first else exception
 
     # none passed, re-raise the first exception
+    # pylint: disable-msg=W0706
     raise first
 
   def allow(self, django_args):