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/storage.py

    r1522 r1523  
    2222# 
    2323# $Log$ 
     24# Revision 1.55  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.54  2004/06/05 22:03:49  jalet 
    2529# Payments history is now stored in database 
     
    515519class BaseStorage : 
    516520    def __init__(self, pykotatool) : 
    517         """Opens the LDAP connection.""" 
    518         # raise PyKotaStorageError, "Sorry, the LDAP backend for PyKota is not yet implemented !" 
     521        """Opens the storage connection.""" 
    519522        self.closed = 1 
    520523        self.tool = pykotatool