- Timestamp:
- 04/16/04 18:52:09 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkprinters
r1437 r1438 24 24 # 25 25 # $Log$ 26 # Revision 1.5 2004/04/16 16:52:09 jalet 27 # Better formatting 28 # 26 29 # Revision 1.4 2004/04/16 16:47:57 jalet 27 30 # pkprinters now accept the --list command line option … … 180 183 if parents : 181 184 parents = "%s %s" % (_("in"), parents) 182 print "%s (%s + %s) %s" % \185 print "%s (%s + #*%s) %s" % \ 183 186 (printer.Name, printer.PricePerJob, \ 184 187 printer.PricePerPage, parents)