mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-02 09:17:59 +00:00
Stop half-pretending to have a control port
This commit is contained in:
parent
e0312eae57
commit
ddf5f461bf
@ -17,8 +17,7 @@ from __future__ import unicode_literals
|
|||||||
|
|
||||||
# This should be useful for tests which want to examine and/or manipulate the
|
# This should be useful for tests which want to examine and/or manipulate the
|
||||||
# uploaded shares, checker/verifier/repairer tests, etc. The clients have no
|
# uploaded shares, checker/verifier/repairer tests, etc. The clients have no
|
||||||
# Tubs, so it is not useful for tests that involve a Helper or the
|
# Tubs, so it is not useful for tests that involve a Helper.
|
||||||
# control.furl .
|
|
||||||
|
|
||||||
from future.utils import PY2
|
from future.utils import PY2
|
||||||
if PY2:
|
if PY2:
|
||||||
@ -274,8 +273,6 @@ class _NoNetworkClient(_Client): # type: ignore # tahoe-lafs/ticket/3573
|
|||||||
pass
|
pass
|
||||||
def init_introducer_client(self):
|
def init_introducer_client(self):
|
||||||
pass
|
pass
|
||||||
def create_control_tub(self):
|
|
||||||
pass
|
|
||||||
def create_log_tub(self):
|
def create_log_tub(self):
|
||||||
pass
|
pass
|
||||||
def setup_logging(self):
|
def setup_logging(self):
|
||||||
@ -284,8 +281,6 @@ class _NoNetworkClient(_Client): # type: ignore # tahoe-lafs/ticket/3573
|
|||||||
service.MultiService.startService(self)
|
service.MultiService.startService(self)
|
||||||
def stopService(self):
|
def stopService(self):
|
||||||
return service.MultiService.stopService(self)
|
return service.MultiService.stopService(self)
|
||||||
def init_control(self):
|
|
||||||
pass
|
|
||||||
def init_helper(self):
|
def init_helper(self):
|
||||||
pass
|
pass
|
||||||
def init_key_gen(self):
|
def init_key_gen(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user