Show
Ignore:
Timestamp:
07/14/03 16:14:59 (21 years ago)
Author:
jalet
Message:

Old template

Files:
1 modified

Legend:

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

    r980 r1083  
    2121# 
    2222# $Log$ 
     23# Revision 1.4  2003/07/14 14:14:59  jalet 
     24# Old template 
     25# 
    2326# Revision 1.3  2003/04/30 19:53:58  jalet 
    2427# 1.05 
     
    6972            infile.close() 
    7073             
    71     def doAccounting(self, printerid, userid) :     
     74    def doAccounting(self, printer, user) :     
    7275        """Does the real accounting.""" 
    7376        raise PyKotaAccounterError, "Accounter not implemented !"