From 86835a05f5e4d4ca7e016e29210cd613af0ea2ce Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 16 Jun 2022 14:30:06 -0400 Subject: Clean up and modernize Python support code Switches to safer and more modern idioms, and addresses many issues raised by flake8 and pylint. --- lv2/core/meta.ttl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv2') 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." ] ] ] , [ -- cgit v1.2.1