[Zope3-checkins] SVN: Zope3/trunk/src/zope/security/interfaces.py
	Make groups items a text line.
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Wed Oct 13 10:54:00 EDT 2004
    
    
  
Log message for revision 28088:
  Make groups items a text line.
  
Changed:
  U   Zope3/trunk/src/zope/security/interfaces.py
-=-
Modified: Zope3/trunk/src/zope/security/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/security/interfaces.py	2004-10-13 14:51:32 UTC (rev 28087)
+++ Zope3/trunk/src/zope/security/interfaces.py	2004-10-13 14:53:58 UTC (rev 28088)
@@ -270,6 +270,7 @@
     groups = List(
         title=_("Groups"),
         description=_("List of groups the principal belongs to"),
+        value_type=TextLine(),
         required=False)
 
                 
    
    
More information about the Zope3-Checkins
mailing list