Author: jmorliaguet
Date: Tue Oct 25 23:34:42 2005
New Revision: 28637

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

- minor interface updates



Modified: z3lab/cpsskins/branches/jmo-perspectives/elements/interfaces.py
==============================================================================
--- z3lab/cpsskins/branches/jmo-perspectives/elements/interfaces.py     
(original)
+++ z3lab/cpsskins/branches/jmo-perspectives/elements/interfaces.py     Tue Oct 
25 23:34:42 2005
@@ -31,7 +31,7 @@
 # Elements
 class IElement(IAttributeAnnotatable):
 
-    identifier = Attribute("Identifier")
+    identifier = Attribute("The element's unique identifier.")
 
 class IType(Interface):
 
@@ -162,8 +162,7 @@
     formatname = TextLine(
         title=u'Format name',
         required=False,
-        readonly=True,
-    )
+        readonly=True)
 
     def findDisplays():
         """ """
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to