Show
Ignore:
Timestamp:
02/10/03 13:07:31 (21 years ago)
Author:
jalet
Message:

Now repykota should output the recorded total page number for each printer too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/warnpykota

    r775 r791  
    1717# 
    1818# $Log$ 
     19# Revision 1.8  2003/02/10 12:07:30  jalet 
     20# Now repykota should output the recorded total page number for each printer too. 
     21# 
    1922# Revision 1.7  2003/02/09 13:40:29  jalet 
    2023# typo 
     
    107110        if not printernames : 
    108111            raise PyKotaToolError, _("There's no printer matching %s") % options["printer"] 
    109         for printer in printernames : 
     112        for (printer, printerpagecounter) in printernames : 
    110113            if options["users"] : 
    111114                for name in self.storage.getPrinterUsers(printer) :