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