mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 02:01:31 +00:00
Convert DeepStats to a new-style class.
This commit is contained in:
parent
672efa7d17
commit
8d63208edd
@ -10,7 +10,7 @@ from allmydata.uri import LiteralFileURI
|
||||
from allmydata.uri import from_string
|
||||
from allmydata.util import mathutil
|
||||
|
||||
class DeepStats:
|
||||
class DeepStats(object):
|
||||
"""Deep stats object.
|
||||
|
||||
Holds results of the deep-stats opetation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user