ported old-style classes to new-style

This commit is contained in:
tpltnt
2019-05-15 08:17:44 +02:00
parent b55034853c
commit c8f11dc2d3
84 changed files with 183 additions and 149 deletions

View File

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