Commit 81bf6e15 authored by Tres Seaver's avatar Tres Seaver

Remove CVS-era Id fossils.

parent 96cdf490
...@@ -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.proxy package """Setup for zope.proxy package
$Id$
""" """
import os import os
from setuptools import setup, Extension from setuptools import setup, Extension
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""More convenience functions for dealing with proxies. """More convenience functions for dealing with proxies.
$Id$
""" """
from zope.interface import moduleProvides from zope.interface import moduleProvides
from zope.proxy.interfaces import IProxyIntrospection from zope.proxy.interfaces import IProxyIntrospection
......
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
Decorators are proxies that are mostly transparent but that may provide Decorators are proxies that are mostly transparent but that may provide
additional features. additional features.
$Id$
""" """
__docformat__ = "reStructuredText" __docformat__ = "reStructuredText"
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Proxy-related interfaces. """Proxy-related interfaces.
$Id$
""" """
from zope.interface import Interface from zope.interface import Interface
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Test Harness """Test Harness
$Id$
""" """
from doctest import DocTestSuite from doctest import DocTestSuite
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# #
############################################################################## ##############################################################################
"""Test base proxy class. """Test base proxy class.
$Id$
""" """
from doctest import DocTestSuite from doctest import DocTestSuite
import pickle import pickle
......
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