[Zope3-checkins]
SVN: Zope3/branches/f12gsprint-widget/src/zope/widget/widget.
added header to widget.py, removed some whitespace from widget.txt
Dylan Reinhardt
zope at dylanreinhardt.com
Fri Sep 2 17:00:25 EDT 2005
Log message for revision 38258:
added header to widget.py, removed some whitespace from widget.txt
Changed:
U Zope3/branches/f12gsprint-widget/src/zope/widget/widget.py
U Zope3/branches/f12gsprint-widget/src/zope/widget/widget.txt
-=-
Modified: Zope3/branches/f12gsprint-widget/src/zope/widget/widget.py
===================================================================
--- Zope3/branches/f12gsprint-widget/src/zope/widget/widget.py 2005-09-02 20:53:09 UTC (rev 38257)
+++ Zope3/branches/f12gsprint-widget/src/zope/widget/widget.py 2005-09-02 21:00:25 UTC (rev 38258)
@@ -1,5 +1,19 @@
-# simple implementation of new widget API
+##############################################################################
+#
+# Copyright (c) 2005 Zope Corporation and Contributors. All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""
+$Id: form.py 38007 2005-08-19 17:50:28Z poster $
+"""
from zope import interface
from zope.app.pagetemplate.viewpagetemplatefile import ViewPageTemplateFile
from zope.schema.interfaces import ValidationError
Modified: Zope3/branches/f12gsprint-widget/src/zope/widget/widget.txt
===================================================================
--- Zope3/branches/f12gsprint-widget/src/zope/widget/widget.txt 2005-09-02 20:53:09 UTC (rev 38257)
+++ Zope3/branches/f12gsprint-widget/src/zope/widget/widget.txt 2005-09-02 21:00:25 UTC (rev 38258)
@@ -2,16 +2,7 @@
Widget API
=====
-[...]
-
-=====================
-
-
-
-
-
-
>>> from zope.widget import widget, interfaces
>>> from zope.publisher.browser import TestRequest
More information about the Zope3-Checkins
mailing list