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

Tres Seaver tseaver at palladion.com
Thu Jun 3 12:14:37 EDT 2010


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

Changed:
  U   zope.dottedname/trunk/bootstrap.py
  U   zope.dottedname/trunk/setup.py

-=-
Modified: zope.dottedname/trunk/bootstrap.py
===================================================================
--- zope.dottedname/trunk/bootstrap.py	2010-06-03 16:14:02 UTC (rev 113018)
+++ zope.dottedname/trunk/bootstrap.py	2010-06-03 16:14:37 UTC (rev 113019)
@@ -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.dottedname/trunk/setup.py
===================================================================
--- zope.dottedname/trunk/setup.py	2010-06-03 16:14:02 UTC (rev 113018)
+++ zope.dottedname/trunk/setup.py	2010-06-03 16:14:37 UTC (rev 113019)
@@ -16,9 +16,6 @@
 # When developing and releasing this package, please follow the documented
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
-"""
-$Id$
-"""
 import os
 from setuptools import setup, find_packages
 



More information about the checkins mailing list