diff options
author | David Robillard <d@drobilla.net> | 2022-06-16 14:30:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-17 17:08:38 -0400 |
commit | 86835a05f5e4d4ca7e016e29210cd613af0ea2ce (patch) | |
tree | e0f4659b7a519271ae55b8c1bde08d6cb12e7ad8 /lv2 | |
parent | 85e480aa08aef7d20617bd084e8a61b745e0aed6 (diff) | |
download | lv2-86835a05f5e4d4ca7e016e29210cd613af0ea2ce.tar.xz |
Clean up and modernize Python support code
Switches to safer and more modern idioms, and addresses many issues raised by
flake8 and pylint.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/core/meta.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/core/meta.ttl b/lv2/core/meta.ttl index 772fc48..7611b63 100644 --- a/lv2/core/meta.ttl +++ b/lv2/core/meta.ttl @@ -40,6 +40,8 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R rdfs:label "Fix or avoid new compiler and tool warnings." ] , [ rdfs:label "Add dark mode style for documentation." + ] , [ + rdfs:label "Clean up and modernize Python support code." ] ] ] , [ |