mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-03 19:54:09 +00:00
Merge pull request #846 from tahoe-lafs/3456.tweak-docstring
Tweak docstring on FakeCanary
This commit is contained in:
commit
e78afd877c
@ -129,9 +129,6 @@ class Marker(object):
|
|||||||
|
|
||||||
class FakeCanary(object):
|
class FakeCanary(object):
|
||||||
"""For use in storage tests.
|
"""For use in storage tests.
|
||||||
|
|
||||||
Can be moved back to test_storage.py once enough Python 3 porting has been
|
|
||||||
done.
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, ignore_disconnectors=False):
|
def __init__(self, ignore_disconnectors=False):
|
||||||
self.ignore = ignore_disconnectors
|
self.ignore = ignore_disconnectors
|
||||||
|
Loading…
Reference in New Issue
Block a user