diff options
author | Signal Linden <signal@lindenlab.com> | 2022-10-11 15:10:04 -0700 |
---|---|---|
committer | Signal Linden <signal@lindenlab.com> | 2022-10-11 15:10:04 -0700 |
commit | 8d7cde22c31a59d0503230334b1d68e858364c9a (patch) | |
tree | 824362a5905f5545ab62346c5d56cb52fe73d952 /indra/llcorehttp | |
parent | 13ab3e3f0658a26ae8345a1b8916240bafae302b (diff) |
Replace llbase with llsd module
Diffstat (limited to 'indra/llcorehttp')
-rwxr-xr-x | indra/llcorehttp/tests/test_llcorehttp_peer.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llcorehttp/tests/test_llcorehttp_peer.py b/indra/llcorehttp/tests/test_llcorehttp_peer.py index 778de90962..b9992538ba 100755 --- a/indra/llcorehttp/tests/test_llcorehttp_peer.py +++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py @@ -38,8 +38,7 @@ from io import StringIO from http.server import HTTPServer, BaseHTTPRequestHandler -from llbase.fastest_elementtree import parse as xml_parse -from llbase import llsd +import llsd # we're in llcorehttp/tests ; testrunner.py is found in llmessage/tests sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, |