Changeset 1120
- Timestamp:
- 08/20/03 18:01:19 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r1113 r1120 23 23 # 24 24 # $Log$ 25 # Revision 1.57 2003/08/20 16:01:19 jalet 26 # Comment added. 27 # 25 28 # Revision 1.56 2003/07/29 20:55:17 jalet 26 29 # 1.14 is out ! … … 526 529 entry.setAccountBalance(balancevalue, newlifetimepaid) 527 530 changed[entry.Name]["balance"] = balance 531 528 532 for groupname in groupnames : 533 # not executed if option --ingroups is not used 529 534 if groupname not in changed[entry.Name]["ingroups"] : 530 535 group = self.storage.getGroup(groupname)