Changeset 1083
- Timestamp:
- 07/14/03 16:14:59 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/pykota/accounter.py
r980 r1083 21 21 # 22 22 # $Log$ 23 # Revision 1.4 2003/07/14 14:14:59 jalet 24 # Old template 25 # 23 26 # Revision 1.3 2003/04/30 19:53:58 jalet 24 27 # 1.05 … … 69 72 infile.close() 70 73 71 def doAccounting(self, printer id, userid) :74 def doAccounting(self, printer, user) : 72 75 """Does the real accounting.""" 73 76 raise PyKotaAccounterError, "Accounter not implemented !"