X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Fns-timestamp-resolutions;fp=t%2Fns-timestamp-resolutions;h=b9970f8778c33e1a16bf95bc4a2fa4c11911db9b;hb=938537c3a9bb76cfa7d62f931ffee0ff3359aa55;hp=574fad5bb6979918e265742e08b7292f98c1b5ee;hpb=f3b164a6242f950591a950b47a2c164038465aea;p=bup.git diff --git a/t/ns-timestamp-resolutions b/t/ns-timestamp-resolutions index 574fad5..b9970f8 100755 --- a/t/ns-timestamp-resolutions +++ b/t/ns-timestamp-resolutions @@ -14,7 +14,9 @@ exec "$bup_python" "$0" # end of bup preamble from __future__ import absolute_import -import os, sys +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, saved_errors