Changeset 277 for trunk/jobarchived/jobarchived.py
- Timestamp:
- 07/21/06 17:49:54 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jobarchived/jobarchived.py
r273 r277 362 362 """A class for performing RRD mutations""" 363 363 364 binary = RRDTOOL364 binary = None 365 365 366 366 def __init__( self, binary=None ): … … 1065 1065 self.config = config 1066 1066 self.slot = threading.Lock() 1067 self.rrdm = RRDMutator( )1067 self.rrdm = RRDMutator( RRDTOOL ) 1068 1068 self.gatherLastUpdates() 1069 1069
Note: See TracChangeset
for help on using the changeset viewer.