]> arthur.barton.de Git - bup.git/blobdiff - wvtest.py
index: fix bytes vs. str (py3) for --long output
[bup.git] / wvtest.py
index 6a302d7bae697fa87be99c03f409d9869cfda9df..9d3ee497ab715c8e2322c7e6a855d585f0679aee 100755 (executable)
--- a/wvtest.py
+++ b/wvtest.py
@@ -1,6 +1,6 @@
 #!/bin/sh
 """": # -*-python-*-
-bup_python="$(dirname "$0")/cmd/bup-python"
+bup_python="$(dirname "$0")/dev/bup-python"
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble