From b8904e023c5a178aeeee86f12cb3ff3a15efedf0 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 31 Dec 2008 15:25:56 -0700 Subject: [PATCH] trivial: remove unused import -- thanks, pyflakes --- src/allmydata/util/rrefutil.py | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.45.2