From 87c333f8417a967a82e3eab437a1b73c998680ea Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 2 May 2012 14:46:14 -0400 Subject: fixed total think-o in ProxyError --- src/lib/Proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Proxy.py b/src/lib/Proxy.py index 977a49228..fe2b18de8 100644 --- a/src/lib/Proxy.py +++ b/src/lib/Proxy.py @@ -64,7 +64,7 @@ class ProxyError(Exception): err.faultCode) else: msg = str(err) - Exception(self, msg) + Exception.__init__(self, msg) class CertificateError(Exception): def __init__(self, commonName): -- cgit v1.2.3-1-g7c22