From 852d36a2b771485485c059d5bc3284404046aae5 Mon Sep 17 00:00:00 2001 From: Jon Wolk Date: Wed, 18 Jun 2008 22:22:23 +0000 Subject: Squeezing fix for DEV-16861: Tracebacks in backbone(multiagentchat) into release. 2 line change. Approved by josh --- indra/lib/python/indra/ipc/llsdhttp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra') diff --git a/indra/lib/python/indra/ipc/llsdhttp.py b/indra/lib/python/indra/ipc/llsdhttp.py index f5cb2c34d4..c45489643e 100644 --- a/indra/lib/python/indra/ipc/llsdhttp.py +++ b/indra/lib/python/indra/ipc/llsdhttp.py @@ -52,6 +52,9 @@ request_ = suite.request_ for x in httpc.status_to_error_map.itervalues(): globals()[x.__name__] = x +for x in (httpc.ConnectionError,): + globals()[x.__name__] = x + def postFile(url, filename): f = open(filename) -- cgit v1.2.3