CVS: Products/PluggableAuthService - utils.py:1.6.2.3
Sidnei da Silva <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs-repository/Products/PluggableAuthService
In directory cvs.zope.org:/tmp/cvs-serv9872
Modified Files:
Tag: sidnei-challenge-protocol-chooser
utils.py
Log Message:
- Add another comment
=== Products/PluggableAuthService/utils.py 1.6.2.2 => 1.6.2.3 ===
--- Products/PluggableAuthService/utils.py:1.6.2.2 Wed Aug 17 15:51:39 2005
+++ Products/PluggableAuthService/utils.py Wed Aug 17 16:38:39 2005
@@ -41,6 +41,8 @@
from Products.Five.bridge import fromZ2Interface
except ImportError:
def fromZ2Interface(i):
+ # Raise ValueError to work around a cornerish case where
+ # zope.interface is available but Five is not.
raise ValueError, i
try:
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS