mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
dead code
This commit is contained in:
parent
767f4ddd5d
commit
0cfbdeb634
@ -12,12 +12,6 @@ from ..util.i2p_provider import create as create_i2p_provider
|
||||
from ..util.tor_provider import create as create_tor_provider
|
||||
|
||||
|
||||
class FakeNode(Node):
|
||||
def __init__(self, config_str):
|
||||
self.config = config_from_string("fake.port", "no-basedir", config_str)
|
||||
self._reveal_ip = True
|
||||
self.services = []
|
||||
|
||||
BASECONFIG = ("[client]\n"
|
||||
"introducer.furl = \n"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user