From a462a9df43095b1eece95c2130e4db4f2db97cd8 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 4 Dec 2011 23:59:10 +0000 Subject: [PATCH] minor update --- extra/socks/socks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/extra/socks/socks.py b/extra/socks/socks.py index 8d4e10e33..ab64d5961 100644 --- a/extra/socks/socks.py +++ b/extra/socks/socks.py @@ -412,5 +412,3 @@ def create_connection(address, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, if err is not None: raise err - else: - raise error("connection problem")