mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 08:06:30 -06:00
Fix python-ldap attribution for cidict.
This commit is contained in:
parent
50450d6acb
commit
a57fe697a7
@ -25,9 +25,10 @@ class CIDict(dict):
|
||||
"""
|
||||
Case-insensitive but case-respecting dictionary.
|
||||
|
||||
Idea from python-ldap cidict, however this version extends 'dict'
|
||||
so it works properly with TurboGears.
|
||||
This code is derived from python-ldap's cidict.py module,
|
||||
written by stroeder: http://python-ldap.sourceforge.net/
|
||||
|
||||
This version extends 'dict' so it works properly with TurboGears.
|
||||
If you extend UserDict, isinstance(foo, dict) returns false.
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user