Convert DeepStats to a new-style class.

This commit is contained in:
Vladimir Rusinov
2016-11-29 14:28:23 +00:00
committed by Brian Warner
parent 672efa7d17
commit 8d63208edd

View File

@ -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.