Show
Ignore:
Timestamp:
04/16/04 18:52:09 (20 years ago)
Author:
jalet
Message:

Better formatting

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkprinters

    r1437 r1438  
    2424# 
    2525# $Log$ 
     26# Revision 1.5  2004/04/16 16:52:09  jalet 
     27# Better formatting 
     28# 
    2629# Revision 1.4  2004/04/16 16:47:57  jalet 
    2730# pkprinters now accept the --list command line option 
     
    180183                if parents :  
    181184                    parents = "%s %s" % (_("in"), parents) 
    182                 print "%s (%s + %s) %s" % \ 
     185                print "%s (%s + #*%s) %s" % \ 
    183186                      (printer.Name, printer.PricePerJob, \ 
    184187                       printer.PricePerPage, parents)