[Zope-CVS] SVN: ldapadapter/trunk/utility.py Updated utility.py
Torsten Kurbad
t.kurbad at iwm-kmrc.de
Sun Oct 10 10:23:18 EDT 2004
Log message for revision 27909:
Updated utility.py
Changed URLFormatError(LDAP_url_format_error)
to LDAPURIParseError(LDAP_uri_parse_error)
Changed:
U ldapadapter/trunk/utility.py
-=-
Modified: ldapadapter/trunk/utility.py
===================================================================
--- ldapadapter/trunk/utility.py 2004-10-10 14:20:20 UTC (rev 27908)
+++ ldapadapter/trunk/utility.py 2004-10-10 14:23:18 UTC (rev 27909)
@@ -109,9 +109,9 @@
if len(urlList) == 3:
port = int(urlList[2])
else:
- URLFormatError(LDAP_url_format_error)
+ LDAPURIParseError(LDAP_uri_parse_error)
#else:
- # raise URLFormatError(LDAP_url_format_error)
+ # raise LDAPURIParseError(LDAP_uri_parse_error)
self.host = host
self.port = port
More information about the Zope-CVS
mailing list