summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2010-06-03 15:49:55 +0000
committerTres Seaver <tseaver@palladion.com>2010-06-03 15:49:55 +0000
commitdbaf0a13f1a10f58c878895344ac102562095587 (patch)
tree11427dd0109779dcc3cdad170331b57f2ec0a84a /src
parentdbb5b08af3d82441eaad4b0e36790127d23a473d (diff)
downloadzope-contenttype-dbaf0a13f1a10f58c878895344ac102562095587.tar.gz
Remove CVS-era Id fossils.
Diffstat (limited to 'src')
-rw-r--r--src/zope/contenttype/__init__.py5
-rw-r--r--src/zope/contenttype/tests/testContentTypes.py2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/zope/contenttype/__init__.py b/src/zope/contenttype/__init__.py
index fea06a8..95f2beb 100644
--- a/src/zope/contenttype/__init__.py
+++ b/src/zope/contenttype/__init__.py
@@ -10,13 +10,8 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
-
"""A utility module for content-type handling.
-
-$Id$
"""
-
-import string
import re
import os.path
import mimetypes
diff --git a/src/zope/contenttype/tests/testContentTypes.py b/src/zope/contenttype/tests/testContentTypes.py
index d223549..e262f42 100644
--- a/src/zope/contenttype/tests/testContentTypes.py
+++ b/src/zope/contenttype/tests/testContentTypes.py
@@ -12,8 +12,6 @@
#
##############################################################################
"""Tests of the contenttypes extension mechanism.
-
-$Id$
"""
import unittest