diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-07-31 02:38:13 -0700 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2023-07-31 02:38:13 -0700 |
commit | f4a6a434fab9bbce34e5c11408323967c5b5e22e (patch) | |
tree | 8269201e5045d0d4ae18a9af6fa3db3ffa54a881 /scripts/metrics/slp_conv.py | |
parent | 3d73326516c73f880f46e28f14b6c515307ede91 (diff) | |
parent | ca008cfc3165eefeb42b2894e3e99ecf4c21f0c8 (diff) |
Merge branch 'DRTVWR-559' into DRTVWR-583
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( |