mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-21 16:39:38 +00:00
Move ShouldFailMixin back to common_util
There were originally two versions of this, one in common and another in common_util. We moved both into common_py3 but then removed the one from common, so here we move back to common_util, while allowing imports from common to avoid a noisy changeset.
This commit is contained in:
@ -51,8 +51,8 @@ from allmydata.test.no_network import NoNetworkServer
|
||||
from allmydata.storage_client import (
|
||||
_StorageServer,
|
||||
)
|
||||
from .common import LoggingServiceParent
|
||||
from .common_py3 import FakeCanary, ShouldFailMixin
|
||||
from .common import LoggingServiceParent, ShouldFailMixin
|
||||
from .common_py3 import FakeCanary
|
||||
|
||||
|
||||
class UtilTests(unittest.TestCase):
|
||||
|
Reference in New Issue
Block a user