Skip to content

Commit

Permalink
Remove CVS-era Id fossils.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jun 3, 2010
1 parent 6c10a5d commit 733359c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Setup for zope.principalannotation package
$Id$
"""
import os
from setuptools import setup, find_packages
Expand Down
2 changes: 0 additions & 2 deletions src/zope/principalannotation/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Utility for storing `IAnnotations` for principals.
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/principalannotation/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Principal Annotation Tests
$Id$
"""
import unittest
from zope.component import provideAdapter
Expand Down
2 changes: 0 additions & 2 deletions src/zope/principalannotation/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Implementation of IPrincipalAnnotationUtility
$Id$
"""
__docformat__ = 'restructuredtext'
from BTrees.OOBTree import OOBTree
Expand Down

0 comments on commit 733359c

Please sign in to comment.