Changeset 2724

Show
Ignore:
Timestamp:
02/21/06 00:53:46 (18 years ago)
Author:
jerome
Message:

Skip lines between entries while listing them.

Location:
pykota/trunk/bin
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pkprinters

    r2723 r2724  
    184184                    if parents :        
    185185                        print "    %s" % parents 
     186                    print     
    186187            else : 
    187188                self.display("%s...\n" % _("Modification")) 
  • pykota/trunk/bin/pkusers

    r2723 r2724  
    257257                        print "    %s" % (_("Total paid so far : %.2f") % (entry.LifeTimePaid or 0.0)) 
    258258                        print "    %s" % (_("Overcharging factor : %.2f") % entry.OverCharge) 
     259                        print 
    259260                else :     
    260261                    for entry in entries : 
     
    266267                        print "    %s" % (_("Group balance : %.2f") % (entry.AccountBalance or 0.0)) 
    267268                        print "    %s" % (_("Total paid so far : %.2f") % (entry.LifeTimePaid or 0.0)) 
     269                        print 
    268270            else : 
    269271                self.display("%s...\n" % _("Modification"))