[Zope3-checkins] CVS: zopeproducts/zwiki - interfaces.py:1.9

Philipp von Weitershausen philikon@philikon.de
Tue, 15 Jul 2003 11:07:06 -0400


Update of /cvs-repository/zopeproducts/zwiki
In directory cvs.zope.org:/tmp/cvs-serv2351

Modified Files:
	interfaces.py 
Log Message:
Keep up to date with changes in Zope3 head.


=== zopeproducts/zwiki/interfaces.py 1.8 => 1.9 ===
--- zopeproducts/zwiki/interfaces.py:1.8	Sat Apr 12 19:05:34 2003
+++ zopeproducts/zwiki/interfaces.py	Tue Jul 15 11:06:31 2003
@@ -68,8 +68,8 @@
     parents = List(
         title = _(u"Wiki Page Parents"),
         description = _(u"Parents of a a Wiki"),
-        value_types = (TextLine(title=_(u"Parent Name"),
-                         description=_(u"Name of the parent wiki page.")),),
+        value_type = (TextLine(title=_(u"Parent Name"),
+                        description=_(u"Name of the parent wiki page.")),),
         required=False)
 
     def reparent(parents):