From: Brian Warner Date: Sat, 17 Nov 2007 03:14:46 +0000 (-0700) Subject: logpublisher: hush pyflakes warning X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=5e4b63e981aab135635cf306abb24740e998ee0f;p=tahoe-lafs%2Ftahoe-lafs.git logpublisher: hush pyflakes warning --- diff --git a/src/allmydata/logpublisher.py b/src/allmydata/logpublisher.py index 2c174b3a..5de90641 100644 --- a/src/allmydata/logpublisher.py +++ b/src/allmydata/logpublisher.py @@ -5,7 +5,6 @@ from twisted.application import service from twisted.python import log from foolscap import Referenceable, RemoteInterface from foolscap.schema import DictOf, Any -from foolscap.eventual import eventually class RILogObserver(RemoteInterface): def msg(logmsg=DictOf(str, Any())):