Changeset 2422

Show
Ignore:
Timestamp:
09/05/05 13:01:28 (19 years ago)
Author:
jerome
Message:

removed some whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r2421 r2422  
    199199            if (accounter == "hardware") and not args : 
    200200                raise PyKotaConfigError, _("Invalid accounter %s for printer %s") % (fullaccounter, printername) 
    201             return (accounter.lower(), args)     
     201            return (accounter.lower(), args) 
    202202        else : 
    203203            raise PyKotaConfigError, _("Option accounter in section %s only supports values in %s") % (printername, str(validaccounters))