]> arthur.barton.de Git - bup.git/blobdiff - t/ns-timestamp-resolutions
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / t / ns-timestamp-resolutions
index 574fad5bb6979918e265742e08b7292f98c1b5ee..b9970f8778c33e1a16bf95bc4a2fa4c11911db9b 100755 (executable)
@@ -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