Changeset 3425 for pykota

Show
Ignore:
Timestamp:
10/04/08 22:27:43 (15 years ago)
Author:
jerome
Message:

Cosmetic changes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkprinters

    r3423 r3425  
    2121# 
    2222# 
     23 
     24"""A printers manager for PyKota.""" 
    2325 
    2426import os 
     
    111113 
    112114        if options.remove and not options.groups : 
    113             raise PyKotaCommandLineError, _("You must specify printers groups names on the command line") 
     115            raise PyKotaCommandLineError, _("You must specify printers groups names on the command line.") 
    114116        elif (((islist or isdelete) and (options.charge  \ 
    115117                                        or options.groups \