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

Tres Seaver tseaver at palladion.com
Thu Jun 3 12:59:19 EDT 2010


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

Changed:
  U   zope.intid/trunk/bootstrap.py
  U   zope.intid/trunk/setup.py
  U   zope.intid/trunk/src/zope/intid/__init__.py
  U   zope.intid/trunk/src/zope/intid/interfaces.py
  U   zope.intid/trunk/src/zope/intid/tests.py

-=-
Modified: zope.intid/trunk/bootstrap.py
===================================================================
--- zope.intid/trunk/bootstrap.py	2010-06-03 16:57:50 UTC (rev 113038)
+++ zope.intid/trunk/bootstrap.py	2010-06-03 16:59:19 UTC (rev 113039)
@@ -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$
 """
 
 import os, shutil, sys, tempfile, urllib2

Modified: zope.intid/trunk/setup.py
===================================================================
--- zope.intid/trunk/setup.py	2010-06-03 16:57:50 UTC (rev 113038)
+++ zope.intid/trunk/setup.py	2010-06-03 16:59:19 UTC (rev 113039)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.intid package
-
-$Id$
 """
 import os
 from setuptools import setup, find_packages

Modified: zope.intid/trunk/src/zope/intid/__init__.py
===================================================================
--- zope.intid/trunk/src/zope/intid/__init__.py	2010-06-03 16:57:50 UTC (rev 113038)
+++ zope.intid/trunk/src/zope/intid/__init__.py	2010-06-03 16:59:19 UTC (rev 113039)
@@ -17,8 +17,6 @@
 by object and by id.
 
 This functionality can be used in cataloging.
-
-$Id$
 """
 import random
 

Modified: zope.intid/trunk/src/zope/intid/interfaces.py
===================================================================
--- zope.intid/trunk/src/zope/intid/interfaces.py	2010-06-03 16:57:50 UTC (rev 113038)
+++ zope.intid/trunk/src/zope/intid/interfaces.py	2010-06-03 16:59:19 UTC (rev 113039)
@@ -1,8 +1,5 @@
+"""Interfaces for the unique id utility.
 """
-Interfaces for the unique id utility.
-
-$Id$
-"""
 from zope.interface import Interface, Attribute, implements
 
 

Modified: zope.intid/trunk/src/zope/intid/tests.py
===================================================================
--- zope.intid/trunk/src/zope/intid/tests.py	2010-06-03 16:57:50 UTC (rev 113038)
+++ zope.intid/trunk/src/zope/intid/tests.py	2010-06-03 16:59:19 UTC (rev 113039)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Tests for the unique id utility.
-
-$Id$
 """
 import unittest
 



More information about the checkins mailing list