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/llcorehttp/tests | |
| parent | b11b53b72cebe85b0fd2a6c8e18c0aca3cf16430 (diff) | |
SL-18330: Consistently use new standalone Python llsd package.
Diffstat (limited to 'indra/llcorehttp/tests')
| -rwxr-xr-x | indra/llcorehttp/tests/test_llcorehttp_peer.py | 2 | 
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 185e8e25c6..b9992538ba 100755 --- a/indra/llcorehttp/tests/test_llcorehttp_peer.py +++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py @@ -38,7 +38,7 @@ from io import StringIO  from http.server import HTTPServer, BaseHTTPRequestHandler -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, | 
