mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-22 16:58:58 +00:00
Move LoggingServiceParent back to common
This commit is contained in:
@ -51,7 +51,8 @@ from allmydata.test.no_network import NoNetworkServer
|
||||
from allmydata.storage_client import (
|
||||
_StorageServer,
|
||||
)
|
||||
from .common_py3 import FakeCanary, LoggingServiceParent, ShouldFailMixin
|
||||
from .common import LoggingServiceParent
|
||||
from .common_py3 import FakeCanary, ShouldFailMixin
|
||||
|
||||
|
||||
class UtilTests(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user