diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-31 16:34:04 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-31 16:34:04 -0400 |
commit | ed92f1d8034dcaa84f808b3267c772202e7ce113 (patch) | |
tree | 9a76f8b2b31b3184857e29b965beb922fc166772 /indra/llmessage | |
parent | b11b53b72cebe85b0fd2a6c8e18c0aca3cf16430 (diff) |
SL-18330: Consistently use new standalone Python llsd package.
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x | indra/llmessage/tests/test_llsdmessage_peer.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/tests/test_llsdmessage_peer.py b/indra/llmessage/tests/test_llsdmessage_peer.py index 5ba0749e31..8e9b6c09e7 100755 --- a/indra/llmessage/tests/test_llsdmessage_peer.py +++ b/indra/llmessage/tests/test_llsdmessage_peer.py @@ -33,8 +33,8 @@ import os import sys from http.server import HTTPServer, BaseHTTPRequestHandler -from llbase.fastest_elementtree import parse as xml_parse -from llbase import llsd +from llsd.fastest_elementtree import parse as xml_parse +import llsd from testrunner import freeport, run, debug, VERBOSE import time |