Handle going down with an exception
authormartin f. krafft <madduck@madduck.net>
Fri, 21 Mar 2008 22:17:38 +0000 (23:17 +0100)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 21 Mar 2008 23:17:00 +0000 (19:17 -0400)
commit460d74fa782c1c2de3691249005b495ade237c93
tree058a771e3923da5c669f9de80f996b1af4e04606
parent9134145d827c38dc2ee4347e9ee1a83aeedbe187
Handle going down with an exception

We previously used None as a sentinel to exit, but None is now a proper
value, so now it's the job of an exception-like object (except it isn't
an exception).

Signed-off-by: martin f. krafft <madduck@madduck.net>
plugins/proxy.py