diff options
author | Brad Linden <brad@lindenlab.com> | 2023-03-24 15:30:22 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-03-24 15:30:22 -0700 |
commit | 893f72557058017246d7e8b9674886c257f9aeb3 (patch) | |
tree | 09fc897bd966d61c3e28a6e1d44751f1d570b363 /indra/llcorehttp | |
parent | 5882215a6d53f5a20779be78805392f4e38c3669 (diff) |
Attempt to fix build breakage for DRTVWR-559
Diffstat (limited to 'indra/llcorehttp')
-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 |