[Checkins] SVN: z3c.zalchemy/branches/engine-metadata/src/z3c/zalchemy/demo/demo_3/interfaces.py The additional rdc attribute in the message interface was an unnecessary change.

Michael Bernstein webmaven at cox.net
Sun Jan 21 00:06:38 EST 2007


Log message for revision 72158:
  The additional rdc attribute in the message interface was an unnecessary change.
  

Changed:
  U   z3c.zalchemy/branches/engine-metadata/src/z3c/zalchemy/demo/demo_3/interfaces.py

-=-
Modified: z3c.zalchemy/branches/engine-metadata/src/z3c/zalchemy/demo/demo_3/interfaces.py
===================================================================
--- z3c.zalchemy/branches/engine-metadata/src/z3c/zalchemy/demo/demo_3/interfaces.py	2007-01-21 05:02:00 UTC (rev 72157)
+++ z3c.zalchemy/branches/engine-metadata/src/z3c/zalchemy/demo/demo_3/interfaces.py	2007-01-21 05:06:38 UTC (rev 72158)
@@ -11,8 +11,6 @@
 
     id = Attribute("The ID of the Message")
     
-    rdc = Attribute("The Relational Dublin Core object")
-    
     who = zope.schema.TextLine(
         title=_(u'Who'),
         description=_(u'Name of the person getting the message'),



More information about the Checkins mailing list