diff options
author | Brad Linden <brad@lindenlab.com> | 2023-03-24 15:30:22 -0700 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-26 14:41:06 +0300 |
commit | f34576f42db17d59976ab1ebcd5b4c31f51f407e (patch) | |
tree | 9b221c8c81e44c87666ca04ed606a1e309ceee87 /indra/llcorehttp/tests/test_llcorehttp_peer.py | |
parent | 6fd7427c576ec922b6c670b4ff9381c7cb738b5b (diff) |
Attempt to fix build breakage for DRTVWR-559
Diffstat (limited to 'indra/llcorehttp/tests/test_llcorehttp_peer.py')
-rwxr-xr-x | indra/llcorehttp/tests/test_llcorehttp_peer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcorehttp/tests/test_llcorehttp_peer.py b/indra/llcorehttp/tests/test_llcorehttp_peer.py index 778de90962..185e8e25c6 100755 --- a/indra/llcorehttp/tests/test_llcorehttp_peer.py +++ b/indra/llcorehttp/tests/test_llcorehttp_peer.py @@ -38,7 +38,6 @@ from io import StringIO from http.server import HTTPServer, BaseHTTPRequestHandler -from llbase.fastest_elementtree import parse as xml_parse from llbase import llsd # we're in llcorehttp/tests ; testrunner.py is found in llmessage/tests |