summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-06-03 03:25:14 +0000
committerTres Seaver <tseaver@palladion.com>2010-06-03 03:25:14 +0000
commitdf78dd6a2177b77e0c13ea1cfe05db911e074412 (patch)
treef5514c5204391103bd76510f5c97a84afe442236
parentd112ebf190830f1e0f09f3dee9ad2e7cb49fb3c5 (diff)
downloadzope-browser-df78dd6a2177b77e0c13ea1cfe05db911e074412.tar.gz
Remove CVS $ fossils.
-rw-r--r--bootstrap.py2
-rw-r--r--setup.py2
-rw-r--r--src/zope/browser/tests.py2
3 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 3404296..a6da5d3 100644
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -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
diff --git a/setup.py b/setup.py
index 0ef87b4..bc76682 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,6 @@
#
##############################################################################
"""Setup for zope.browser package
-
-$Id:$
"""
import os
diff --git a/src/zope/browser/tests.py b/src/zope/browser/tests.py
index 63e51e2..25437cc 100644
--- a/src/zope/browser/tests.py
+++ b/src/zope/browser/tests.py
@@ -12,7 +12,7 @@
#
##############################################################################
"""
-$Id:$
+Test Suite
"""
__docformat__ = "reStructuredText"