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

Tres Seaver tseaver at palladion.com
Thu Jun 3 12:30:43 EDT 2010


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

Changed:
  U   zope.hookable/trunk/bootstrap.py
  U   zope.hookable/trunk/setup.py
  U   zope.hookable/trunk/src/zope/hookable/__init__.py
  U   zope.hookable/trunk/src/zope/hookable/_zope_hookable.c
  U   zope.hookable/trunk/src/zope/hookable/tests/test_hookable.py

-=-
Modified: zope.hookable/trunk/bootstrap.py
===================================================================
--- zope.hookable/trunk/bootstrap.py	2010-06-03 16:28:27 UTC (rev 113031)
+++ zope.hookable/trunk/bootstrap.py	2010-06-03 16:30:43 UTC (rev 113032)
@@ -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.hookable/trunk/setup.py
===================================================================
--- zope.hookable/trunk/setup.py	2010-06-03 16:28:27 UTC (rev 113031)
+++ zope.hookable/trunk/setup.py	2010-06-03 16:30:43 UTC (rev 113032)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.hookable package
-
-$Id$
 """
 
 import os

Modified: zope.hookable/trunk/src/zope/hookable/__init__.py
===================================================================
--- zope.hookable/trunk/src/zope/hookable/__init__.py	2010-06-03 16:28:27 UTC (rev 113031)
+++ zope.hookable/trunk/src/zope/hookable/__init__.py	2010-06-03 16:30:43 UTC (rev 113032)
@@ -73,8 +73,6 @@
    Traceback (most recent call last):
       ...
    TypeError: 'madeupkeywordname' is an invalid keyword argument for this function
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.hookable/trunk/src/zope/hookable/_zope_hookable.c
===================================================================
--- zope.hookable/trunk/src/zope/hookable/_zope_hookable.c	2010-06-03 16:28:27 UTC (rev 113031)
+++ zope.hookable/trunk/src/zope/hookable/_zope_hookable.c	2010-06-03 16:30:43 UTC (rev 113032)
@@ -12,8 +12,6 @@
  #
  ############################################################################*/
 
-#define _ZOPE_HOOKABLE_C "$Id$\n"
-
 /* _zope_hookable.c
 
    Provide an efficient implementation for hookable objects

Modified: zope.hookable/trunk/src/zope/hookable/tests/test_hookable.py
===================================================================
--- zope.hookable/trunk/src/zope/hookable/tests/test_hookable.py	2010-06-03 16:28:27 UTC (rev 113031)
+++ zope.hookable/trunk/src/zope/hookable/tests/test_hookable.py	2010-06-03 16:30:43 UTC (rev 113032)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Test the hookable support Extension
-
-$Id$
 """
 
 import doctest



More information about the checkins mailing list