mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-11 14:53:55 +00:00
If this ever does get called, make the error less obscure.
This commit is contained in:
parent
5f9e784964
commit
a7f45ab355
@ -1926,10 +1926,10 @@ class FakeTransport(object):
|
||||
logmsg("FakeTransport.loseConnection()", level=NOISY)
|
||||
|
||||
def getHost(self):
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
def getPeer(self):
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
@implementer(ISession)
|
||||
|
Loading…
x
Reference in New Issue
Block a user