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

@ -5,7 +5,7 @@ from allmydata import node
from zope.interface import implements
from twisted.internet import reactor
from twisted.application.internet import TimerService
from foolscap import Referenceable
from foolscap.api import Referenceable
from foolscap.logging import log
from pycryptopp.publickey import rsa