Title: [commits] (john) [11211] Forgot to remove two displayNames from Amazon parcel
Revision
11211
Author
john
Date
2006-07-19 17:54:24 -0700 (Wed, 19 Jul 2006)

Log Message

Forgot to remove two displayNames from Amazon parcel

Modified Paths

Diff

Modified: trunk/chandler/parcels/amazon/AmazonKinds.py (11210 => 11211)

--- trunk/chandler/parcels/amazon/AmazonKinds.py	2006-07-20 00:39:55 UTC (rev 11210)
+++ trunk/chandler/parcels/amazon/AmazonKinds.py	2006-07-20 00:54:24 UTC (rev 11211)
@@ -186,7 +186,7 @@
 
 
 class AmazonCollection(ListCollection):
-    keywords = schema.One(schema.Text, displayName = u'Keywords')
+    keywords = schema.One(schema.Text)
 
     myKindID = None
     myKindPath = "//parcels/osaf/examples/amazon/schema/AmazonCollection"
@@ -276,9 +276,7 @@
 
 class AmazonItem(ContentItem):
 
-    amazonCollection = schema.One(
-        AmazonCollection, displayName = u'Amazon Collection',
-    )
+    amazonCollection = schema.One(AmazonCollection)
 
     # When you add/remove/modify attributes here remember to update the
     # corresponding names displayed in the user interface in __init__.py




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to