[Checkins] SVN: zope.traversing/trunk/src/zope/traversing/publicationtraverse.py removed unused exception types

Shane Hathaway shane at hathawaymix.org
Sat May 23 02:38:02 EDT 2009


Log message for revision 100282:
  removed unused exception types
  

Changed:
  U   zope.traversing/trunk/src/zope/traversing/publicationtraverse.py

-=-
Modified: zope.traversing/trunk/src/zope/traversing/publicationtraverse.py
===================================================================
--- zope.traversing/trunk/src/zope/traversing/publicationtraverse.py	2009-05-23 06:04:43 UTC (rev 100281)
+++ zope.traversing/trunk/src/zope/traversing/publicationtraverse.py	2009-05-23 06:38:01 UTC (rev 100282)
@@ -27,12 +27,6 @@
 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.
 



More information about the Checkins mailing list