Fix usage of errors.ResolverError
authorIustin Pop <iustin@google.com>
Tue, 9 Oct 2012 10:38:50 +0000 (12:38 +0200)
committerIustin Pop <iustin@google.com>
Tue, 9 Oct 2012 10:46:28 +0000 (12:46 +0200)
commit39d1744aa8805dd61b95a82cf378dcaa91f85af7
tree102bf0692db36cf2450c3151b852b031b7a63b80
parent012f9bc3232c24e06c1b17631e630e6a02db742f
Fix usage of errors.ResolverError

This exception is documented to have three arguments, but in one case
we raise it with a simple string argument. Let's fix that.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/netutils.py