Changeset 1069
- Timestamp:
- 07/07/03 13:55:50 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/edpykota
r1064 r1069 23 23 # 24 24 # $Log$ 25 # Revision 1.51 2003/07/07 11:55:50 jalet 26 # Small fix 27 # 25 28 # Revision 1.50 2003/07/05 12:33:53 jalet 26 29 # More on previous fix. … … 499 502 changed[entry.Name]["balance"] = balance 500 503 for groupname in groupnames : 501 if groupname not in changed[ name]["ingroups"] :504 if groupname not in changed[entry.Name]["ingroups"] : 502 505 group = self.storage.getGroup(groupname) 503 506 if group.Exists :