[Zope-CVS] CVS: Products/PluggableAuthService - utils.py:1.6.2.3

Sidnei da Silva sidnei at enfoldsystems.com
Wed Aug 17 16:39:10 EDT 2005


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:



More information about the Zope-CVS mailing list