]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
fix missing import, thanks to pyflakes
authorZooko O'Whielacronx <zooko@zooko.com>
Wed, 12 Dec 2007 00:00:29 +0000 (17:00 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Wed, 12 Dec 2007 00:00:29 +0000 (17:00 -0700)
src/allmydata/introducer.py

index 6fbc9c94f0af00c02f8f9ed96ce7a61154e3d5f8..a90b2caf47787e49496bc8630615ef43b401c90d 100644 (file)
@@ -3,7 +3,7 @@ import re
 from base64 import b32encode, b32decode
 from zope.interface import implements
 from twisted.application import service
-from twisted.python import log
+from twisted.python import defer, log
 from foolscap import Referenceable
 from allmydata import node
 from allmydata.interfaces import RIIntroducer, RIIntroducerClient