diff options
author | Aaron Brashears <aaronb@lindenlab.com> | 2007-09-19 16:59:05 +0000 |
---|---|---|
committer | Aaron Brashears <aaronb@lindenlab.com> | 2007-09-19 16:59:05 +0000 |
commit | 33ce57b485fbaf76ef203fb11288c12fdbd58b2c (patch) | |
tree | 1052f12095da979c7b755bcc7d3ab5d15f641f58 /indra/lib/python/indra/ipc | |
parent | baa51d59e1ea6653879079cd1393d7791d27e268 (diff) |
Result of svn merge -r68268:69863 svn+ssh://svn/svn/linden/branches/entity-router into release.
Diffstat (limited to 'indra/lib/python/indra/ipc')
-rw-r--r-- | indra/lib/python/indra/ipc/llsdhttp.py | 1 | ||||
-rw-r--r-- | indra/lib/python/indra/ipc/servicebuilder.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/indra/lib/python/indra/ipc/llsdhttp.py b/indra/lib/python/indra/ipc/llsdhttp.py index fbe08ad7fc..cffff6b24b 100644 --- a/indra/lib/python/indra/ipc/llsdhttp.py +++ b/indra/lib/python/indra/ipc/llsdhttp.py @@ -8,7 +8,6 @@ $License$ import os.path import os -import os import urlparse diff --git a/indra/lib/python/indra/ipc/servicebuilder.py b/indra/lib/python/indra/ipc/servicebuilder.py index c2490593c3..05de1ee5c5 100644 --- a/indra/lib/python/indra/ipc/servicebuilder.py +++ b/indra/lib/python/indra/ipc/servicebuilder.py @@ -23,7 +23,7 @@ def build(name, context): global _g_builder if _g_builder is None: _g_builder = ServiceBuilder() - _g_builder.buildServiceURL(name, context) + return _g_builder.buildServiceURL(name, context) class ServiceBuilder(object): def __init__(self, services_definition = services_config): |