[Zope-CVS] SVN: ldapadapter/trunk/exceptions.py Updated exceptions.py

Torsten Kurbad t.kurbad at iwm-kmrc.de
Sun Oct 10 10:18:14 EDT 2004


Log message for revision 27907:
  Updated exceptions.py
  
  URIParseError -> LDAPURIParseError


Changed:
  U   ldapadapter/trunk/exceptions.py


-=-
Modified: ldapadapter/trunk/exceptions.py
===================================================================
--- ldapadapter/trunk/exceptions.py	2004-10-10 14:16:57 UTC (rev 27906)
+++ ldapadapter/trunk/exceptions.py	2004-10-10 14:18:14 UTC (rev 27907)
@@ -24,7 +24,7 @@
 from zope.schema._bootstrapinterfaces import ValidationError
 
 
-class URIParseError(Exception):
+class LDAPURIParseError(Exception):
     """The given ldap uri is not valid."""
 
 LDAP_uri_parse_error = _(u'The LDAP URI could not be parsed.')



More information about the Zope-CVS mailing list