trivial: remove unused import -- thanks, pyflakes

This commit is contained in:
Zooko O'Whielacronx 2008-12-31 15:25:56 -07:00
parent c00d20361f
commit b8904e023c

View File

@ -2,8 +2,6 @@ import exceptions
from foolscap.tokens import Violation from foolscap.tokens import Violation
from twisted.python import failure
class ServerFailure(exceptions.Exception): class ServerFailure(exceptions.Exception):
# If the server returns a Failure instead of the normal response to a protocol, then this # 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 # exception will be raised, with the Failure that the server returned as its .remote_failure