Commit 88c4e395 authored by Tres Seaver's avatar Tres Seaver

Remove CVS '6997Id$' fossils.

parent 5d6b84b1
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
Simply run this script in a directory containing a buildout.cfg. Simply run this script in a directory containing a buildout.cfg.
The script accepts buildout command-line options, so you can The script accepts buildout command-line options, so you can
use the -c option to specify an alternate configuration file. use the -c option to specify an alternate configuration file.
$Id$
""" """
import os, shutil, sys, tempfile, urllib2 import os, shutil, sys, tempfile, urllib2
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation. # Zope Toolkit policies as described by this documentation.
############################################################################## ##############################################################################
"""Setup for zope.container package """Setup for zope.container package
$Id$
""" """
import os import os
from setuptools import setup, find_packages, Extension from setuptools import setup, find_packages, Extension
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# #
############################################################################*/ ############################################################################*/
#define _ZOPE_CONTAINER_CONTAINED_C "$Id$\n" #define _ZOPE_CONTAINER_CONTAINED_C "\n"
/* Contained Proxy Base class /* Contained Proxy Base class
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""This module provides a sample btree container implementation. """This module provides a sample btree container implementation.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -146,8 +146,6 @@ ...@@ -146,8 +146,6 @@
>>> checkFactory(c1, "Zbob", factory) >>> checkFactory(c1, "Zbob", factory)
False False
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Classes to support implementing `IContained` """Classes to support implementing `IContained`
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -20,8 +20,6 @@ providing a file-system representation for containers: ...@@ -20,8 +20,6 @@ providing a file-system representation for containers:
`Cloner` `Cloner`
An `IDirectoryFactory` adapter that just clones the original object. An `IDirectoryFactory` adapter that just clones the original object.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Find Support """Find Support
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""The standard Zope Folder. """The standard Zope Folder.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Customization of zope.i18n for the Zope application server """Customization of zope.i18n for the Zope application server
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Container-related interfaces """Container-related interfaces
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Ordered container implementation. """Ordered container implementation.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -17,8 +17,6 @@ This is primarily for testing purposes. ...@@ -17,8 +17,6 @@ This is primarily for testing purposes.
It might be useful as a mix-in for some classes, but many classes will It might be useful as a mix-in for some classes, but many classes will
need a very different implementation. need a very different implementation.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -13,8 +13,6 @@ ...@@ -13,8 +13,6 @@
# #
############################################################################## ##############################################################################
"""Adapters that give the size of an object. """Adapters that give the size of an object.
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Unit test logic for setting up and tearing down basic infrastructure """Unit test logic for setting up and tearing down basic infrastructure
$Id: placelesssetup.py 95341 2009-01-28 15:59:18Z wosc $
""" """
from zope import component from zope import component
from zope.component.testing import PlacelessSetup as CAPlacelessSetup from zope.component.testing import PlacelessSetup as CAPlacelessSetup
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""BTree Container Tests """BTree Container Tests
$Id$
""" """
from doctest import DocTestSuite from doctest import DocTestSuite
from unittest import TestCase, main, makeSuite, TestSuite from unittest import TestCase, main, makeSuite, TestSuite
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Container constraint tests """Container constraint tests
$Id$
""" """
import doctest import doctest
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Contained Tests """Contained Tests
$Id$
""" """
import doctest import doctest
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Container Traverser tests. """Container Traverser tests.
$Id$
""" """
import unittest import unittest
from zope.testing.cleanup import CleanUp from zope.testing.cleanup import CleanUp
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Container Traverser Tests """Container Traverser Tests
$Id$
""" """
import unittest import unittest
from zope.interface import Interface, implements from zope.interface import Interface, implements
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""FS-based directory implementation tests for containers """FS-based directory implementation tests for containers
$Id$
""" """
import doctest import doctest
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Find functionality tests """Find functionality tests
$Id$
""" """
from unittest import TestCase, main, makeSuite from unittest import TestCase, main, makeSuite
from zope.container.interfaces import IReadContainer from zope.container.interfaces import IReadContainer
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Test the IContainer interface. """Test the IContainer interface.
$Id$
""" """
from unittest import TestCase, main, makeSuite from unittest import TestCase, main, makeSuite
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Test the OrderedContainer. """Test the OrderedContainer.
$Id$
""" """
import unittest import unittest
from doctest import DocTestSuite from doctest import DocTestSuite
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Test container ISized adapter. """Test container ISized adapter.
$Id$
""" """
import unittest import unittest
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Traversal components for containers """Traversal components for containers
$Id$
""" """
__docformat__ = 'restructuredtext' __docformat__ = 'restructuredtext'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment