switch all foolscap imports to use foolscap.api or foolscap.logging

This commit is contained in:
Brian Warner
2009-05-21 17:38:23 -07:00
parent 5d04c5b601
commit c9803d5217
45 changed files with 90 additions and 103 deletions

View 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