Show
Ignore:
Timestamp:
06/25/03 16:10:58 (21 years ago)
Author:
jalet
Message:

Exception raising for now.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storage.py

    r1041 r1042  
    2121# 
    2222# $Log$ 
     23# Revision 1.15  2003/06/25 14:10:58  jalet 
     24# Exception raising for now. 
     25# 
    2326# Revision 1.14  2003/06/25 14:10:01  jalet 
    2427# Hey, it may work (edpykota --reset excepted) ! 
     
    112115    def setAccountBalance(self, balance, lifetimepaid) :     
    113116        """Sets the user's account balance in case he pays more money.""" 
     117        raise PyKotaStorageError, "Not implemented." 
    114118         
    115119    def setLimitBy(self, limitby) :