summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-10 09:02:44 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-10 09:02:44 +0300
commitd5ae9be30877427c5de55fc609af5b76d3a286b4 (patch)
treed886954062c9135e72dc195b5493106eb01d2b83 /obnam.md
parent5486f3441ed45a86350c1b83b368170f53a76fc2 (diff)
downloadobnam2-d5ae9be30877427c5de55fc609af5b76d3a286b4.tar.gz
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.
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md10
1 files changed, 5 insertions, 5 deletions
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: |