mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
ported old-style classes to new-style
This commit is contained in:
@ -169,7 +169,7 @@ class CheckAndRepairResults(object):
|
||||
return self.post_repair_results
|
||||
|
||||
|
||||
class DeepResultsBase:
|
||||
class DeepResultsBase(object):
|
||||
|
||||
def __init__(self, root_storage_index):
|
||||
self.root_storage_index = root_storage_index
|
||||
|
Reference in New Issue
Block a user