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 e762536 commit 0394bb4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions src/zope/contentprovider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""
2 changes: 0 additions & 2 deletions src/zope/contentprovider/interfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Content provider interfaces
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/contentprovider/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Simple base class for implementing content providers
$Id$
"""
from zope.component import adapts
from zope.interface import Interface, implements
Expand Down
2 changes: 0 additions & 2 deletions src/zope/contentprovider/tales.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Provider TALES expression
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down
2 changes: 0 additions & 2 deletions src/zope/contentprovider/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Content provider tests
$Id$
"""
__docformat__ = 'restructuredtext'

Expand Down

0 comments on commit 0394bb4

Please sign in to comment.