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/pykota/storage.py

    r773 r791  
    1515# 
    1616# $Log$ 
     17# Revision 1.7  2003/02/10 12:07:31  jalet 
     18# Now repykota should output the recorded total page number for each printer too. 
     19# 
    1720# Revision 1.6  2003/02/09 13:05:43  jalet 
    1821# Internationalization continues... 
     
    4851    """Base class for all storages.""" 
    4952    def getMatchingPrinters(self, printerpattern) : 
    50         """Returns the list of all printer names which match a certain pattern.""" 
     53        """Returns the list of all printers tuples (name, pagecounter) which match a certain pattern for the printer name.""" 
    5154        pass 
    5255