Author: jmorliaguet
Date: Wed Oct  5 11:36:12 2005
New Revision: 27951

Modified:
   z3lab/cpsskins/branches/jmo-perspectives/elements/displays/interfaces.py
Log:

- permission fixes



Modified: 
z3lab/cpsskins/branches/jmo-perspectives/elements/displays/interfaces.py
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/elements/displays/interfaces.py    
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/elements/displays/interfaces.py    
Wed Oct  5 11:36:12 2005
@@ -33,3 +33,10 @@
 
     def remove(item):
         """ """
+
+    def __contains__(value):
+        """Return whether the value is contained in the box group"""
+
+    def index(value):
+        """Return the position of a value in the box group"""
+
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to