mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-02 03:06:41 +00:00
fix missing import, thanks to pyflakes
This commit is contained in:
parent
4210ba2b8a
commit
5c3c1fea9a
@ -3,7 +3,7 @@ import re
|
|||||||
from base64 import b32encode, b32decode
|
from base64 import b32encode, b32decode
|
||||||
from zope.interface import implements
|
from zope.interface import implements
|
||||||
from twisted.application import service
|
from twisted.application import service
|
||||||
from twisted.python import log
|
from twisted.python import defer, log
|
||||||
from foolscap import Referenceable
|
from foolscap import Referenceable
|
||||||
from allmydata import node
|
from allmydata import node
|
||||||
from allmydata.interfaces import RIIntroducer, RIIntroducerClient
|
from allmydata.interfaces import RIIntroducer, RIIntroducerClient
|
||||||
|
Loading…
Reference in New Issue
Block a user