[Zope-CVS] SVN: ldapadapter/trunk/utility.py Updated utility.py
Torsten Kurbad
t.kurbad at iwm-kmrc.de
Sun Oct 10 10:26:48 EDT 2004
Log message for revision 27910:
Updated utility.py
Changed URLFormatError imports to new LDAPURIParseError
Changed:
U ldapadapter/trunk/utility.py
-=-
Modified: ldapadapter/trunk/utility.py
===================================================================
--- ldapadapter/trunk/utility.py 2004-10-10 14:23:18 UTC (rev 27909)
+++ ldapadapter/trunk/utility.py 2004-10-10 14:26:48 UTC (rev 27910)
@@ -32,8 +32,8 @@
from zope.interface import implements
from zope.app.container.contained import Contained
-from exceptions import URLFormatError
-from exceptions import LDAP_url_format_error
+from exceptions import LDAPURIParseError
+from exceptions import LDAP_uri_parse_error
from interfaces import ILDAPAdapter
from interfaces import ILDAPConnection
More information about the Zope-CVS
mailing list