X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=blobdiff_plain;f=dev%2Fns-timestamp-resolutions;h=f5b296c0d364fb444427d53debc72ea5da4cbf5c;hp=1938e78887cf0f0157a0b47f2e12043fe2f1da18;hb=17e6374625f19b0c7ba6a696c4aa497b85cb06e9;hpb=b7f5404f40957152de0d9ec65ad03cd534bc3002 diff --git a/dev/ns-timestamp-resolutions b/dev/ns-timestamp-resolutions index 1938e78..f5b296c 100755 --- a/dev/ns-timestamp-resolutions +++ b/dev/ns-timestamp-resolutions @@ -16,7 +16,7 @@ exec "$bup_python" "$0" from __future__ import absolute_import import os.path, sys -sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../lib'] +sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/../../lib'] from bup.compat import argv_bytes from bup.helpers import handle_ctrl_c, saved_errors