[Zope-Checkins] CVS: Zope3/lib/python/Zope/Misc - DateTimeParse.py:1.1.2.2 package_home.py:1.1.2.2 standard_dates.py:1.1.2.2

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


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

Modified Files:
      Tag: Zope-3x-branch
	DateTimeParse.py package_home.py standard_dates.py 
Log Message:


  - Normalize file headers.

  - Fix violations of "80 character" rule.


=== Zope3/lib/python/Zope/Misc/DateTimeParse.py 1.1.2.1 => 1.1.2.2 ===
 """Encapsulation of date/time values
 
-Revision information: $Id$
+$Id$
 """
     
 import re, math, DateTimeZone


=== Zope3/lib/python/Zope/Misc/package_home.py 1.1.2.1 => 1.1.2.2 ===
 """Function for deducing a package file-system location from global data
 
-Revision information: $Id$
+$Id$
 """
 
 import os


=== Zope3/lib/python/Zope/Misc/standard_dates.py 1.1.2.1 => 1.1.2.2 ===
 """Commonly used utility functions.
 
-Revision information: $Id$
+$Id$
 """
 
 __version__='$Revision$'[11:-2]