mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
naming: finish renaming "CheckerResults" to "CheckResults"
This commit is contained in:
@ -4,7 +4,7 @@ from allmydata.interfaces import ICheckResults, ICheckAndRepairResults, \
|
||||
IDeepCheckResults, IDeepCheckAndRepairResults, IURI
|
||||
from allmydata.util import base32
|
||||
|
||||
class CheckerResults:
|
||||
class CheckResults:
|
||||
implements(ICheckResults)
|
||||
|
||||
def __init__(self, uri, storage_index):
|
||||
|
Reference in New Issue
Block a user