cidict problems

Jens Vagelpohl jens at dataflake.org
Thu Aug 8 15:26:19 CEST 2002


this addition to the cidict class helps it and allows schema.py to run 
successfully:

         def get(self, name, default):
                 return UserDict.get(self, lower(name), default)


jens






More information about the python-ldap mailing list