Show
Ignore:
Timestamp:
12/27/03 17:49:25 (20 years ago)
Author:
uid67467
Message:

Should be ok now.

Location:
pykota/trunk/pykota/accounters
Files:
3 modified

Legend:

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

    r1239 r1240  
    2222# 
    2323# $Log$ 
    24 # Revision 1.11  2003/12/27 15:43:36  uid67467 
    25 # Savannah is back online... 
     24# Revision 1.12  2003/12/27 16:49:25  uid67467 
     25# Should be ok now. 
    2626# 
    2727# Revision 1.10  2003/11/23 19:01:36  jalet 
  • pykota/trunk/pykota/accounters/querying.py

    r1239 r1240  
    2222# 
    2323# $Log$ 
    24 # Revision 1.9  2003/12/27 15:43:36  uid67467 
    25 # Savannah is back online... 
     24# Revision 1.10  2003/12/27 16:49:25  uid67467 
     25# Should be ok now. 
    2626# 
    2727# Revision 1.8  2003/11/21 14:28:46  jalet 
     
    7070        """Returns the printer's internal page counter.""" 
    7171        global MAXTRIES, TIMETOSLEEP 
    72         for i in range(MAXTRIES) : 
     72        self.filter.logdebug("Reading printer's internal page counter...") 
     73        for dummy in range(MAXTRIES) : 
    7374            try : 
    7475                counter = self.requester.getPrinterPageCounter(self.filter.printerhostname) 
     
    8283                break 
    8384            time.sleep(TIMETOSLEEP)     
     85        self.filter.logdebug("Printer's internal page counter value is : %s" % str(counter)) 
    8486        return counter     
    8587         
  • pykota/trunk/pykota/accounters/stupid.py

    r1239 r1240  
    2222# 
    2323# $Log$ 
    24 # Revision 1.9  2003/12/27 15:43:36  uid67467 
    25 # Savannah is back online... 
     24# Revision 1.10  2003/12/27 16:49:25  uid67467 
     25# Should be ok now. 
    2626# 
    2727# Revision 1.8  2003/11/23 19:01:37  jalet