summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/tests/test_llcorehttp_peer.py
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-07-20 11:47:08 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-07-20 11:47:08 -0700
commit3ea324c1c47dc19f6d6dee813afe498b521010e2 (patch)
tree47abb6edc7381f056fcb0f21f85466d4b8c19354 /indra/llcorehttp/tests/test_llcorehttp_peer.py
parentf868e29945806fd6cefde65067ae2c870ac112a6 (diff)
MAINT=6585: migrate from local python libraries to canonical llbase
Diffstat (limited to 'indra/llcorehttp/tests/test_llcorehttp_peer.py')
-rwxr-xr-xindra/llcorehttp/tests/test_llcorehttp_peer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_llcorehttp_peer.py b/indra/llcorehttp/tests/test_llcorehttp_peer.py
index 04cde651c4..5a059e53ca 100755
--- a/indra/llcorehttp/tests/test_llcorehttp_peer.py
+++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py
@@ -45,7 +45,7 @@ from SocketServer import ThreadingMixIn
mydir = os.path.dirname(__file__) # expected to be .../indra/llcorehttp/tests/
sys.path.insert(0, os.path.join(mydir, os.pardir, os.pardir, "lib", "python"))
from indra.util.fastest_elementtree import parse as xml_parse
-from indra.base import llsd
+from llbase import llsd
from testrunner import freeport, run, debug, VERBOSE
class TestHTTPRequestHandler(BaseHTTPRequestHandler):