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

Remove CVS '6997Id$' fossils.

parent 5d6b84b1
......@@ -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
......
......@@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""Setup for zope.container package
$Id$
"""
import os
from setuptools import setup, find_packages, Extension
......
......@@ -12,7 +12,7 @@
#
############################################################################*/
#define _ZOPE_CONTAINER_CONTAINED_C "$Id$\n"
#define _ZOPE_CONTAINER_CONTAINED_C "\n"
/* Contained Proxy Base class
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""This module provides a sample btree container implementation.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -146,8 +146,6 @@
>>> checkFactory(c1, "Zbob", factory)
False
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Classes to support implementing `IContained`
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -20,8 +20,6 @@ providing a file-system representation for containers:
`Cloner`
An `IDirectoryFactory` adapter that just clones the original object.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Find Support
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""The standard Zope Folder.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Customization of zope.i18n for the Zope application server
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Container-related interfaces
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Ordered container implementation.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -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
need a very different implementation.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -13,8 +13,6 @@
#
##############################################################################
"""Adapters that give the size of an object.
$Id$
"""
__docformat__ = 'restructuredtext'
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""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.component.testing import PlacelessSetup as CAPlacelessSetup
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""BTree Container Tests
$Id$
"""
from doctest import DocTestSuite
from unittest import TestCase, main, makeSuite, TestSuite
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Container constraint tests
$Id$
"""
import doctest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Contained Tests
$Id$
"""
import doctest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Container Traverser tests.
$Id$
"""
import unittest
from zope.testing.cleanup import CleanUp
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Container Traverser Tests
$Id$
"""
import unittest
from zope.interface import Interface, implements
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""FS-based directory implementation tests for containers
$Id$
"""
import doctest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Find functionality tests
$Id$
"""
from unittest import TestCase, main, makeSuite
from zope.container.interfaces import IReadContainer
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test the IContainer interface.
$Id$
"""
from unittest import TestCase, main, makeSuite
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test the OrderedContainer.
$Id$
"""
import unittest
from doctest import DocTestSuite
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Test container ISized adapter.
$Id$
"""
import unittest
......
......@@ -12,8 +12,6 @@
#
##############################################################################
"""Traversal components for containers
$Id$
"""
__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