mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 09:15:32 +00:00
Convert DeepStats to a new-style class.
This commit is contained in:
committed by
Brian Warner
parent
672efa7d17
commit
8d63208edd
@ -10,7 +10,7 @@ from allmydata.uri import LiteralFileURI
|
|||||||
from allmydata.uri import from_string
|
from allmydata.uri import from_string
|
||||||
from allmydata.util import mathutil
|
from allmydata.util import mathutil
|
||||||
|
|
||||||
class DeepStats:
|
class DeepStats(object):
|
||||||
"""Deep stats object.
|
"""Deep stats object.
|
||||||
|
|
||||||
Holds results of the deep-stats opetation.
|
Holds results of the deep-stats opetation.
|
||||||
|
Reference in New Issue
Block a user