[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Formulator - Errors.py:1.1.2.2 Form.py:1.1.2.2 __init__.py:1.1.2.2

Tres Seaver tseaver@zope.com
Tue, 12 Feb 2002 15:56:27 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/Formulator
In directory cvs.zope.org:/tmp/cvs-serv19744/Zope/App/Formulator

Modified Files:
      Tag: Zope-3x-branch
	Errors.py Form.py __init__.py 
Log Message:


  - Normalize file headers.

  - Fix violations of "80 character" rule.


=== Zope3/lib/python/Zope/App/Formulator/Errors.py 1.1.2.1 => 1.1.2.2 ===
 ##############################################################################
 """
-Revision information: $Id$
-
 Exception Classes for Formulator
+
+$Id$
 """
 
 # These classes are placed here so that they can be imported into TTW Python


=== Zope3/lib/python/Zope/App/Formulator/Form.py 1.1.2.1 => 1.1.2.2 ===
 """
 
-Revision information: $Id$
+$Id$
 """
 
 from Zope.Publisher.Browser.AttributePublisher \


=== Zope3/lib/python/Zope/App/Formulator/__init__.py 1.1.2.1 => 1.1.2.2 ===
 """
 
-Revision information: $Id$
+$Id$
 """