]> arthur.barton.de Git - bup.git/blobdiff - lib/cmd/help-cmd.py
Stop forcing LC_CTYPE=ISO-8859-1
[bup.git] / lib / cmd / help-cmd.py
index c078e825c1f972afe5833196c65e1eaed5b4df2d..aeacc70dc41420ee30fa03d4df1eae7c8b4af967 100755 (executable)
@@ -15,9 +15,13 @@ exec "$bup_python" "$0"
 # end of bup preamble
 
 from __future__ import absolute_import
-import sys, os, glob
+import os, glob, sys
+
+sys.path[:0] = [os.path.dirname(os.path.realpath(__file__)) + '/..']
+
 from bup import compat, options, path
 
+
 optspec = """
 bup help <command>
 """