Changeset 2774
- Timestamp:
- 03/02/06 12:47:24 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkusers
r2773 r2774 263 263 except ValueError : 264 264 raise PyKotaCommandLineError, _("Invalid balance value %s") % options["balance"] 265 else : 266 balancevalue = None 265 267 266 268 if options["ingroups"] :