[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Formulator/Fields/Generic - CheckBoxField.py:1.1.2.2 DateTimeField.py:1.1.2.2 EmailField.py:1.1.2.2 FileField.py:1.1.2.2 FloatField.py:1.1.2.2 IntegerField.py:1.1.2.2 LinesField.py:1.1.2.2 LinkField.py:1.1.2.2 ListField.py:1.1.2.2 ListTextAreaField.py:1.1.2.2 MultiCheckBoxField.py:1.1.2.2 MultiListField.py:1.1.2.2 PasswordField.py:1.1.2.2 PatternField.py:1.1.2.2 RadioField.py:1.1.2.2 RawTextAreaField.py:1.1.2.2 StringField.py:1.1.2.2 TextAreaField.py:1.1.2.2 __init__.py:1.1.2.2
Tres Seaver
tseaver@zope.com
Tue, 12 Feb 2002 15:56:28 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/Formulator/Fields/Generic
In directory cvs.zope.org:/tmp/cvs-serv19744/Zope/App/Formulator/Fields/Generic
Modified Files:
Tag: Zope-3x-branch
CheckBoxField.py DateTimeField.py EmailField.py FileField.py
FloatField.py IntegerField.py LinesField.py LinkField.py
ListField.py ListTextAreaField.py MultiCheckBoxField.py
MultiListField.py PasswordField.py PatternField.py
RadioField.py RawTextAreaField.py StringField.py
TextAreaField.py __init__.py
Log Message:
- Normalize file headers.
- Fix violations of "80 character" rule.
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/CheckBoxField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/DateTimeField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/EmailField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/FileField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/FloatField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/IntegerField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/LinesField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/LinkField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/ListField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/ListTextAreaField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/MultiCheckBoxField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/MultiListField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/PasswordField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/PatternField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/RadioField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/RawTextAreaField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/StringField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/TextAreaField.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""
from Zope.App.Formulator.Fields.Field import Field
=== Zope3/lib/python/Zope/App/Formulator/Fields/Generic/__init__.py 1.1.2.1 => 1.1.2.2 ===
"""
-Revision information: $Id$
+$Id$
"""