[Checkins] SVN: zope.annotation/trunk/ Remove CVS $ fossils.

Tres Seaver tseaver at palladion.com
Wed Jun 2 16:48:31 EDT 2010


Log message for revision 112934:
  Remove CVS $ fossils.

Changed:
  U   zope.annotation/trunk/bootstrap.py
  U   zope.annotation/trunk/setup.py
  U   zope.annotation/trunk/src/zope/annotation/__init__.py
  U   zope.annotation/trunk/src/zope/annotation/attribute.py
  U   zope.annotation/trunk/src/zope/annotation/factory.py
  U   zope.annotation/trunk/src/zope/annotation/interfaces.py
  U   zope.annotation/trunk/src/zope/annotation/tests/annotations.py
  U   zope.annotation/trunk/src/zope/annotation/tests/test_attributeannotations.py

-=-
Modified: zope.annotation/trunk/bootstrap.py
===================================================================
--- zope.annotation/trunk/bootstrap.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/bootstrap.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -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.annotation/trunk/setup.py
===================================================================
--- zope.annotation/trunk/setup.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/setup.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -17,8 +17,6 @@
 # Zope Toolkit policies as described by this documentation.
 ##############################################################################
 """Setup for zope.annotation package
-
-$Id$
 """
 
 import os

Modified: zope.annotation/trunk/src/zope/annotation/__init__.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/__init__.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/__init__.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Annotation (meta data) support
-
-$Id$
 """
 from zope.annotation.interfaces import IAttributeAnnotatable
 from zope.annotation.interfaces import IAnnotations

Modified: zope.annotation/trunk/src/zope/annotation/attribute.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/attribute.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/attribute.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Attribute Annotations implementation
-
-$Id$
 """
 __docformat__ = 'restructuredtext'
 

Modified: zope.annotation/trunk/src/zope/annotation/factory.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/factory.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/factory.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Annotation factory helper
-
-$Id$
 """
 import zope.component
 import zope.interface

Modified: zope.annotation/trunk/src/zope/annotation/interfaces.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/interfaces.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/interfaces.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -12,8 +12,6 @@
 #
 ##############################################################################
 """Annotations store arbitrary application data under package-unique keys.
-
-$Id$
 """
 
 __docformat__ = 'restructuredtext'

Modified: zope.annotation/trunk/src/zope/annotation/tests/annotations.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/tests/annotations.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/tests/annotations.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -15,8 +15,6 @@
 
 All objects implementing 'IAnnotations' should pass these tests. They might be
 used as base tests for real implementations.
-
-$Id$
 """
 import unittest
 from zope.interface.verify import verifyObject

Modified: zope.annotation/trunk/src/zope/annotation/tests/test_attributeannotations.py
===================================================================
--- zope.annotation/trunk/src/zope/annotation/tests/test_attributeannotations.py	2010-06-02 20:01:07 UTC (rev 112933)
+++ zope.annotation/trunk/src/zope/annotation/tests/test_attributeannotations.py	2010-06-02 20:48:31 UTC (rev 112934)
@@ -13,8 +13,6 @@
 ##############################################################################
 """Tests the 'AttributeAnnotations' adapter. Also test the annotation
 factory.
-
-$Id$
 """
 import unittest, doctest
 from zope.testing import cleanup



More information about the checkins mailing list