diff options
author | nat-goodspeed <nat@lindenlab.com> | 2023-08-17 13:05:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 13:05:14 -0400 |
commit | 9d981c72f8d098baeae9e9fa1e3c4737f957bbe2 (patch) | |
tree | e041df46ca357f3071b4c9c7a0799090c45669a6 /indra/llcorehttp | |
parent | e06cdc329a83b4c1e52eaf39b4b030763b7d8568 (diff) | |
parent | 6cf6f81ae865d4e15b715a93408c7970b6936ce8 (diff) |
Merge pull request #332 from secondlife/DRTVWR-588-monterey
Remove unused counters that cause fatal warnings
Diffstat (limited to 'indra/llcorehttp')
-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, |