Changeset 2422
- Timestamp:
- 09/05/05 13:01:28 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/config.py
r2421 r2422 199 199 if (accounter == "hardware") and not args : 200 200 raise PyKotaConfigError, _("Invalid accounter %s for printer %s") % (fullaccounter, printername) 201 return (accounter.lower(), args) 201 return (accounter.lower(), args) 202 202 else : 203 203 raise PyKotaConfigError, _("Option accounter in section %s only supports values in %s") % (printername, str(validaccounters))