[Zope-CVS] CVS: Products/PluggableAuthService -
PluggableAuthService.py:1.18
Tres Seaver
tseaver at zope.com
Thu Oct 7 12:44:31 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv14866
Modified Files:
PluggableAuthService.py
Log Message:
- Remove spurious return.
=== Products/PluggableAuthService/PluggableAuthService.py 1.17 => 1.18 ===
--- Products/PluggableAuthService/PluggableAuthService.py:1.17 Thu Oct 7 12:43:01 2004
+++ Products/PluggableAuthService/PluggableAuthService.py Thu Oct 7 12:44:30 2004
@@ -1098,7 +1098,6 @@
resp = req['RESPONSE']
resp.exception = self.exception
resp._unauthorized = self._unauthorized
- return
#
# Response overrides
More information about the Zope-CVS
mailing list