Changeset 902

Show
Ignore:
Timestamp:
04/11/03 10:56:49 (21 years ago)
Author:
jalet
Message:

Comment

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/pykota

    r901 r902  
    2323# 
    2424# $Log$ 
     25# Revision 1.19  2003/04/11 08:56:49  jalet 
     26# Comment 
     27# 
    2528# Revision 1.18  2003/04/11 08:50:39  jalet 
    2629# Workaround for the HP "feature" of saving the page counter to NVRAM 
     
    177180            kotafilter.logger.log_message(_("User %s not registered in the PyKota system") % username, "warn") 
    178181        else : 
     182            # get last job information for this printer 
    179183            pgc = kotafilter.storage.getPrinterPageCounter(printerid)     
    180184            if pgc is None :