From: Zooko O'Whielacronx Date: Wed, 12 Dec 2007 00:23:01 +0000 (-0700) Subject: fix import error, detected thanks to "make test" X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=995cece54adc1514904a63ba9b6a24956069e99c;p=tahoe-lafs%2Ftahoe-lafs.git fix import error, detected thanks to "make test" --- diff --git a/src/allmydata/introducer.py b/src/allmydata/introducer.py index a90b2caf..9feba696 100644 --- a/src/allmydata/introducer.py +++ b/src/allmydata/introducer.py @@ -3,7 +3,8 @@ import re from base64 import b32encode, b32decode from zope.interface import implements from twisted.application import service -from twisted.python import defer, log +from twisted.internet import defer +from twisted.python import log from foolscap import Referenceable from allmydata import node from allmydata.interfaces import RIIntroducer, RIIntroducerClient