From d5ae9be30877427c5de55fc609af5b76d3a286b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 May 2021 09:02:44 +0300 Subject: chore: use Subplot's built-in copies of its libraries Drop the copies in subplot/vendor. Subplot will now use its built-in copies by default. --- obnam.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index 36a46bf..b9ae57a 100644 --- a/obnam.md +++ b/obnam.md @@ -1704,16 +1704,16 @@ bindings: - subplot/server.yaml - subplot/client.yaml - subplot/data.yaml - - subplot/vendored/files.yaml - - subplot/vendored/runcmd.yaml + - lib/files.yaml + - lib/runcmd.yaml template: python functions: - subplot/server.py - subplot/client.py - subplot/data.py - - subplot/vendored/daemon.py - - subplot/vendored/files.py - - subplot/vendored/runcmd.py + - lib/daemon.py + - lib/files.py + - lib/runcmd.py classes: - json abstract: | -- cgit v1.2.1