This commit is contained in:
meejah
2018-01-28 21:58:24 -07:00
parent 0ff21ea7d5
commit f0c3db0e5a
8 changed files with 6 additions and 13 deletions

View File

@ -529,8 +529,6 @@ class _Client(node.Node, pollmixin.PollMixin):
ps = self.config.get_config("client", "peers.preferred", "").split(",")
preferred_peers = tuple([p.strip() for p in ps if p != ""])
from allmydata.node import create_tub, create_tub_options
# this is temporary; create_client() should create a
# storage-broker and pass it in -- that method already has
# all these objects created...