[Checkins] SVN: zope.location/trunk/ Remove CVS-era Id fossils.

Tres Seaver tseaver at palladion.com
Thu Jun 3 13:03:19 EDT 2010


Log message for revision 113042:
  Remove CVS-era Id fossils.

Changed:
  U   zope.location/trunk/bootstrap.py
  U   zope.location/trunk/src/zope/location/__init__.py
  U   zope.location/trunk/src/zope/location/interfaces.py
  U   zope.location/trunk/src/zope/location/location.py
  U   zope.location/trunk/src/zope/location/pickling.py
  U   zope.location/trunk/src/zope/location/tests.py
  U   zope.location/trunk/src/zope/location/traversing.py

-=-
Modified: zope.location/trunk/bootstrap.py
===================================================================
--- zope.location/trunk/bootstrap.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/bootstrap.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -16,8 +16,6 @@
 Simply run this script in a directory containing a buildout.cfg.
 The script accepts buildout command-line options, so you can
 use the -c option to specify an alternate configuration file.
-
-$Id: bootstrap.py 72703 2007-02-20 11:49:26Z jim $
 """
 
 import os, shutil, sys, tempfile, urllib2

Modified: zope.location/trunk/src/zope/location/__init__.py
===================================================================
--- zope.location/trunk/src/zope/location/__init__.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/__init__.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Locations
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.location/trunk/src/zope/location/interfaces.py
===================================================================
--- zope.location/trunk/src/zope/location/interfaces.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/interfaces.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Location framework interfaces
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.location/trunk/src/zope/location/location.py
===================================================================
--- zope.location/trunk/src/zope/location/location.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/location.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Location support
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.location/trunk/src/zope/location/pickling.py
===================================================================
--- zope.location/trunk/src/zope/location/pickling.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/pickling.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Location copying/pickling support
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.location/trunk/src/zope/location/tests.py
===================================================================
--- zope.location/trunk/src/zope/location/tests.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/tests.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Location support tests
-
-$Id$
 """
 
 import doctest

Modified: zope.location/trunk/src/zope/location/traversing.py
===================================================================
--- zope.location/trunk/src/zope/location/traversing.py	2010-06-03 17:02:06 UTC (rev 113041)
+++ zope.location/trunk/src/zope/location/traversing.py	2010-06-03 17:03:19 UTC (rev 113042)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Classes to support implenting IContained
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 



More information about the checkins mailing list