From: Brian Warner Date: Tue, 15 Jan 2008 04:26:28 +0000 (-0700) Subject: test_system: fix pyflakes warnings X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=9f0ee4b7586e0397175b7dbf30d1ad655e356dc7;p=tahoe-lafs%2Ftahoe-lafs.git test_system: fix pyflakes warnings --- diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index d787fad3..aefe4f9d 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -13,7 +13,7 @@ from allmydata.util import deferredutil, fileutil, idlib, mathutil, testutil from allmydata.scripts import runner from allmydata.interfaces import IDirectoryNode, IFileNode, IFileURI from allmydata.mutable import NotMutableError -from foolscap.eventual import fireEventually, flushEventualQueue +from foolscap.eventual import flushEventualQueue from foolscap import DeadReferenceError from twisted.python import log from twisted.python.failure import Failure