summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-18 18:18:08 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-18 18:18:08 +0300
commit7b16b82c407c9de8f5e8dc2d0c7c61996ac5ef2d (patch)
tree85cf557e9a259ff202ee25e4b71064c58d123209
parent25674da4368902977648ca7b14e0b18cda3456c1 (diff)
downloadewww-7b16b82c407c9de8f5e8dc2d0c7c61996ac5ef2d.tar.gz
fix(ewww.subplot): use full path for Python daemon library
Sponsored-by: author
-rw-r--r--ewww.subplot4
1 files changed, 2 insertions, 2 deletions
diff --git a/ewww.subplot b/ewww.subplot
index 549dea9..d8f3958 100644
--- a/ewww.subplot
+++ b/ewww.subplot
@@ -5,14 +5,14 @@ markdowns:
- ewww.md
bindings:
- subplot/ewww.yaml
- - lib/daemon.yaml
+ - python/lib/daemon.yaml
- lib/files.yaml
- lib/runcmd.yaml
impls:
python:
- subplot/ewww.py
- subplot/http.py
- - lib/daemon.py
+ - python/lib/daemon.py
- lib/files.py
- lib/runcmd.py
classes: