mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-23 01:08:53 +00:00
switch all foolscap imports to use foolscap.api or foolscap.logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user