Show
Ignore:
Timestamp:
01/31/06 12:32:34 (18 years ago)
Author:
jerome
Message:

Introduced the 'preaccounter' directive.

Files:
1 modified

Legend:

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

    r2622 r2635  
    3131 
    3232class Accounter(AccounterBase) : 
    33     def __init__(self, kotabackend, arguments) : 
     33    def __init__(self, kotabackend, arguments, ispreaccounter=0) : 
    3434        """Initializes querying accounter.""" 
    3535        AccounterBase.__init__(self, kotabackend, arguments)