[Checkins] SVN: zc.testbrowser/trunk/src/zc/testbrowser/interfaces.py fixed wrong attribute declaration

Sebastian Wehrmann sw at gocept.com
Thu Jul 3 07:58:16 EDT 2008


Log message for revision 87952:
  fixed wrong attribute declaration
  

Changed:
  U   zc.testbrowser/trunk/src/zc/testbrowser/interfaces.py

-=-
Modified: zc.testbrowser/trunk/src/zc/testbrowser/interfaces.py
===================================================================
--- zc.testbrowser/trunk/src/zc/testbrowser/interfaces.py	2008-07-03 09:26:11 UTC (rev 87951)
+++ zc.testbrowser/trunk/src/zc/testbrowser/interfaces.py	2008-07-03 11:58:15 UTC (rev 87952)
@@ -39,7 +39,7 @@
         description=u"Tells whether the output is HTML or not.",
         required=True)
 
-    title = zope.schema.TextLine(
+    base = zope.schema.TextLine(
         title=u"Base",
         description=u"Base URL for opening relative paths",
         required=False)



More information about the Checkins mailing list