Show
Ignore:
Timestamp:
06/06/04 00:18:04 (20 years ago)
Author:
jalet
Message:

Now catches some exceptions earlier.
storage.py and ldapstorage.py : removed old comments

Files:
1 modified

Legend:

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

    r1522 r1523  
    2222# 
    2323# $Log$ 
     24# Revision 1.69  2004/06/05 22:18:04  jalet 
     25# Now catches some exceptions earlier. 
     26# storage.py and ldapstorage.py : removed old comments 
     27# 
    2428# Revision 1.68  2004/06/05 22:03:50  jalet 
    2529# Payments history is now stored in database 
     
    275279    def __init__(self, pykotatool, host, dbname, user, passwd) : 
    276280        """Opens the LDAP connection.""" 
    277         # raise PyKotaStorageError, "Sorry, the LDAP backend for PyKota is not yet implemented !" 
    278281        BaseStorage.__init__(self, pykotatool) 
    279282        self.info = pykotatool.config.getLDAPInfo()