summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShane Hathaway <shane@hathawaymix.org>2009-05-23 06:38:01 +0000
committerShane Hathaway <shane@hathawaymix.org>2009-05-23 06:38:01 +0000
commit9db2abbefc07f0eb84b2feb461b2d98edb0c92f9 (patch)
tree53e5ddbb99a9acfcc780fe4b38a71923df1b801b /src
parentb2d5f95aaf9d76989ef37b022cc52080a03e0bb8 (diff)
downloadzope-traversing-9db2abbefc07f0eb84b2feb461b2d98edb0c92f9.tar.gz
removed unused exception types
Diffstat (limited to 'src')
-rw-r--r--src/zope/traversing/publicationtraverse.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/zope/traversing/publicationtraverse.py b/src/zope/traversing/publicationtraverse.py
index 766fa59..4fc90d1 100644
--- a/src/zope/traversing/publicationtraverse.py
+++ b/src/zope/traversing/publicationtraverse.py
@@ -27,12 +27,6 @@ from zope.traversing.interfaces import TraversalError
from zope.publisher.interfaces import IPublishTraverse
from zope.publisher.interfaces.browser import IBrowserPublisher
-class DuplicateNamespaces(Exception):
- """More than one namespace was specified in a request"""
-
-class UnknownNamespace(Exception):
- """A parameter specified an unknown namespace"""
-
class PublicationTraverser(object):
"""Traversal used for publication.