diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-31 16:35:20 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-05-31 16:35:20 -0400 |
commit | 8a74efa38ba631be5400c4912a6339310968c9d7 (patch) | |
tree | 9a76f8b2b31b3184857e29b965beb922fc166772 /scripts/metrics/slp_conv.py | |
parent | 25c20354b72343410ba0c6e4575a9fbc0671712d (diff) | |
parent | ed92f1d8034dcaa84f808b3267c772202e7ce113 (diff) |
SL-18330: Merge branch 'xcode-14.3' into fix-monterey
for strip_deprecated_header(header_size) and Python llsd module fixes.
Diffstat (limited to 'scripts/metrics/slp_conv.py')
-rw-r--r-- | scripts/metrics/slp_conv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/metrics/slp_conv.py b/scripts/metrics/slp_conv.py index 27f922b74a..25f9a8c060 100644 --- a/scripts/metrics/slp_conv.py +++ b/scripts/metrics/slp_conv.py @@ -29,7 +29,7 @@ Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA $/LicenseInfo$ """ -from llbase import llsd +import llsd import argparse parser = argparse.ArgumentParser( |