- Timestamp:
- 10/04/08 22:27:43 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkprinters
r3423 r3425 21 21 # 22 22 # 23 24 """A printers manager for PyKota.""" 23 25 24 26 import os … … 111 113 112 114 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.") 114 116 elif (((islist or isdelete) and (options.charge \ 115 117 or options.groups \