Show
Ignore:
Timestamp:
07/07/03 13:49:24 (21 years ago)
Author:
jalet
Message:

Lots of small fixes with the help of PyChecker?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/accounters/querying.py

    r1041 r1068  
    2121# 
    2222# $Log$ 
     23# Revision 1.5  2003/07/07 11:49:24  jalet 
     24# Lots of small fixes with the help of PyChecker 
     25# 
    2326# Revision 1.4  2003/06/25 14:10:01  jalet 
    2427# Hey, it may work (edpykota --reset excepted) ! 
     
    7073        if not printer.LastJob.Exists : 
    7174            # The printer hasn't been used yet, from PyKota's point of view 
    72             lastjob = None 
    7375            lastuser = user 
    7476            lastpagecounter = counterbeforejob 
    7577        else :     
    7678            # get last values from Quota Storage 
    77             lastjob = printer.LastJob 
    7879            lastuser = printer.LastJob.User 
    7980            lastpagecounter = printer.LastJob.PrinterPageCounter