move ipaddrs.py from wormhole.util to wormhole.twisted
This commit is contained in:
parent
aca418e687
commit
0b162af09e
|
@ -8,10 +8,10 @@ from twisted.internet import (reactor, interfaces, defer, protocol,
|
||||||
from twisted.internet.defer import inlineCallbacks, returnValue
|
from twisted.internet.defer import inlineCallbacks, returnValue
|
||||||
from twisted.protocols import policies
|
from twisted.protocols import policies
|
||||||
from nacl.secret import SecretBox
|
from nacl.secret import SecretBox
|
||||||
from ..util import ipaddrs
|
|
||||||
from ..util.hkdf import HKDF
|
from ..util.hkdf import HKDF
|
||||||
from ..errors import UsageError
|
from ..errors import UsageError
|
||||||
from ..timing import DebugTiming
|
from ..timing import DebugTiming
|
||||||
|
from . import ipaddrs
|
||||||
|
|
||||||
def debug(msg):
|
def debug(msg):
|
||||||
if False:
|
if False:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user