From: Zooko O'Whielacronx Date: Wed, 31 Dec 2008 22:25:56 +0000 (-0700) Subject: trivial: remove unused import -- thanks, pyflakes X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b8904e023c5a178aeeee86f12cb3ff3a15efedf0;p=tahoe-lafs%2Ftahoe-lafs.git trivial: remove unused import -- thanks, pyflakes --- diff --git a/src/allmydata/util/rrefutil.py b/src/allmydata/util/rrefutil.py index d39f1d6a..703cd9ff 100644 --- a/src/allmydata/util/rrefutil.py +++ b/src/allmydata/util/rrefutil.py @@ -2,8 +2,6 @@ import exceptions from foolscap.tokens import Violation -from twisted.python import failure - class ServerFailure(exceptions.Exception): # If the server returns a Failure instead of the normal response to a protocol, then this # exception will be raised, with the Failure that the server returned as its .remote_failure