mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
remove unnecessary module-scope wormhole
used this during testing so the other mock() calls wouldn't explode in a boring way
This commit is contained in:
parent
e35bab9663
commit
b0fffabed0
@ -42,8 +42,6 @@ class InviteOptions(usage.Options):
|
||||
self['nick'] = args[0].strip()
|
||||
|
||||
|
||||
wormhole = None
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def _send_config_via_wormhole(options, config):
|
||||
out = options.stdout
|
||||
|
Loading…
Reference in New Issue
Block a user