Show
Ignore:
Timestamp:
04/30/03 15:36:40 (21 years ago)
Author:
jalet
Message:

Stupid accounting method was added.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/config.py

    r973 r976  
    2121# 
    2222# $Log$ 
     23# Revision 1.25  2003/04/30 13:36:40  jalet 
     24# Stupid accounting method was added. 
     25# 
    2326# Revision 1.24  2003/04/29 18:37:54  jalet 
    2427# Pluggable accounting methods (actually doesn't support external scripts) 
     
    197200           for its internal lifetime page counter. 
    198201        """    
    199         validaccounters = [ "querying" ]      
     202        validaccounters = [ "querying", "stupid" ]      
    200203        try : 
    201204            accounter = self.getPrinterOption(printer, "accounter").lower()