summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2023-03-24 15:30:22 -0700
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-26 14:41:06 +0300
commitf34576f42db17d59976ab1ebcd5b4c31f51f407e (patch)
tree9b221c8c81e44c87666ca04ed606a1e309ceee87
parent6fd7427c576ec922b6c670b4ff9381c7cb738b5b (diff)
Attempt to fix build breakage for DRTVWR-559
-rwxr-xr-xindra/llcorehttp/tests/test_llcorehttp_peer.py1
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