]> arthur.barton.de Git - bup.git/blobdiff - dev/subtree-hash
tests: convert python-based tests to pytest
[bup.git] / dev / subtree-hash
index 84f168204864ee9715331b788aa22f1282add849..e3468fb57093e2fb54e0ada1f1d845ed450c5bb6 100755 (executable)
@@ -8,6 +8,8 @@ exec "$bup_python" "$0" ${1+"$@"}
 from __future__ import absolute_import, print_function
 import os.path, sys
 
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib']
+
 from bup.compat import argv_bytes
 from bup.helpers import handle_ctrl_c, readpipe
 from bup.io import byte_stream