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

Remove CVS-era Id fossils.

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