]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/save-cmd.py
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / lib / cmd / save-cmd.py
index 02e6841e33bd9dd100150656645c3022c3a2dcd6..c67e1ed89d61addef236a511ebb468ab3cb1259c 100755 (executable)
@@ -18,7 +18,9 @@ from __future__ import absolute_import, print_function
 from binascii import hexlify
 from errno import EACCES
 from io import BytesIO
-import os, sys, stat, time, math
+import math, os, stat, sys, time
+
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/..']
 
 from bup import compat, hashsplit, git, options, index, client, metadata
 from bup import hlinkdb