[Zope-CVS] CVS: Products/PluggableAuthService/interfaces - plugins.py:1.4

Zachery Bir zbir at urbanape.com
Fri Aug 20 17:12:50 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/interfaces
In directory cvs.zope.org:/tmp/cvs-serv21542

Modified Files:
	plugins.py 
Log Message:
Fix typo (IPropertiedUser used to be called IExtensibleUser)


=== Products/PluggableAuthService/interfaces/plugins.py 1.3 => 1.4 ===
--- Products/PluggableAuthService/interfaces/plugins.py:1.3	Thu Aug 12 11:15:54 2004
+++ Products/PluggableAuthService/interfaces/plugins.py	Fri Aug 20 17:12:50 2004
@@ -173,7 +173,7 @@
 
         """ user -> {}
 
-        o User will implement IExtensibleUser.
+        o User will implement IPropertiedUser.
 
         o Plugin may scribble on the user, if needed (but must still
           return a mapping, even if empty).



More information about the Zope-CVS mailing list