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

Tres Seaver tseaver at palladion.com
Thu Jun 3 12:23:28 EDT 2010


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

Changed:
  U   zope.filerepresentation/trunk/bootstrap.py
  U   zope.filerepresentation/trunk/setup.py
  U   zope.filerepresentation/trunk/src/zope/filerepresentation/interfaces.py

-=-
Modified: zope.filerepresentation/trunk/bootstrap.py
===================================================================
--- zope.filerepresentation/trunk/bootstrap.py	2010-06-03 16:20:39 UTC (rev 113029)
+++ zope.filerepresentation/trunk/bootstrap.py	2010-06-03 16:23:27 UTC (rev 113030)
@@ -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.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2010-06-03 16:20:39 UTC (rev 113029)
+++ zope.filerepresentation/trunk/setup.py	2010-06-03 16:23:27 UTC (rev 113030)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.filerepresentation package
-
-$Id$
 """
 import os
 from setuptools import setup, find_packages

Modified: zope.filerepresentation/trunk/src/zope/filerepresentation/interfaces.py
===================================================================
--- zope.filerepresentation/trunk/src/zope/filerepresentation/interfaces.py	2010-06-03 16:20:39 UTC (rev 113029)
+++ zope.filerepresentation/trunk/src/zope/filerepresentation/interfaces.py	2010-06-03 16:23:27 UTC (rev 113030)
@@ -81,8 +81,6 @@
 
       For reading, there must be a class adapter to `IReadSync`.  We will
       then apply rules similar to those above.
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 



More information about the checkins mailing list