Changeset 1042
- Timestamp:
- 06/25/03 16:10:58 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/storage.py
r1041 r1042 21 21 # 22 22 # $Log$ 23 # Revision 1.15 2003/06/25 14:10:58 jalet 24 # Exception raising for now. 25 # 23 26 # Revision 1.14 2003/06/25 14:10:01 jalet 24 27 # Hey, it may work (edpykota --reset excepted) ! … … 112 115 def setAccountBalance(self, balance, lifetimepaid) : 113 116 """Sets the user's account balance in case he pays more money.""" 117 raise PyKotaStorageError, "Not implemented." 114 118 115 119 def setLimitBy(self, limitby) :