Show
Ignore:
Timestamp:
05/30/07 22:29:50 (17 years ago)
Author:
jerome
Message:

Added some docstrings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r3168 r3184  
    2323# 
    2424 
    25 # 
    26 # My IANA assigned number, for  
    27 # "Conseil Internet & Logiciels Libres, J�me Alet"  
    28 # is 16868. Use this as a base to create the LDAP schema. 
    29 # 
     25"""This module defines a class to access to an LDAP database backend. 
     26 
     27My IANA assigned number, for  
     28"Conseil Internet & Logiciels Libres, J�me Alet"  
     29is 16868. Use this as a base to extend the LDAP schema. 
     30""" 
    3031 
    3132import sys