mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
define -> frozen
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
parent
5c45cb44bf
commit
bd0bfa4ab7
@ -382,7 +382,7 @@ def chutney(reactor, temp_dir: str) -> tuple[str, dict[str, str]]:
|
||||
return chutney_dir, {"PYTHONPATH": join(chutney_dir, "lib")}
|
||||
|
||||
|
||||
@define
|
||||
@frozen
|
||||
class ChutneyTorNetwork:
|
||||
"""
|
||||
Represents a running Chutney (tor) network. Returned by the
|
||||
|
Loading…
x
Reference in New Issue
Block a user