]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/random-cmd.py
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / lib / cmd / random-cmd.py
index d939fb86ffcc9a59ea23fb275549b8302e3ffb41..086dfff382bba2f12ddcfd5ce86e85954989657a 100755 (executable)
@@ -17,6 +17,8 @@ exec "$bup_python" "$0"
 from __future__ import absolute_import
 import os, sys
 
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/..']
+
 from bup import compat, options, _helpers
 from bup.helpers import atoi, handle_ctrl_c, log, parse_num