mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-21 16:39:38 +00:00
Move FakeCanary to common_util
Couldn't bring myself to move it back to test_storage.
This commit is contained in:
@ -52,7 +52,7 @@ from allmydata.storage_client import (
|
||||
_StorageServer,
|
||||
)
|
||||
from .common import LoggingServiceParent, ShouldFailMixin
|
||||
from .common_py3 import FakeCanary
|
||||
from .common_util import FakeCanary
|
||||
|
||||
|
||||
class UtilTests(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user