]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/dirnode.py
switch all foolscap imports to use foolscap.api or foolscap.logging
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / dirnode.py
index 4bfaeb7017ca10d6b2ac47016583642d9e6adb0d..cba72b236ca4be5fabcd928ef809791894c43ff2 100644 (file)
@@ -3,7 +3,7 @@ import os, time, math
 
 from zope.interface import implements
 from twisted.internet import defer
-from foolscap.eventual import fireEventually
+from foolscap.api import fireEventually
 import simplejson
 from allmydata.mutable.common import NotMutableError
 from allmydata.mutable.filenode import MutableFileNode