]> arthur.barton.de Git - bup.git/blobdiff - cmd/fuse-cmd.py
Don't import * from helpers
[bup.git] / cmd / fuse-cmd.py
index 3708692975dc9be8dc55675d28268180b98b67ae..df9bf56fa399739cf9a70c3fe6216e1197ba9448 100755 (executable)
@@ -4,9 +4,12 @@ bup_python="$(dirname "$0")/bup-python" || exit $?
 exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
+
 import sys, os, errno
+
 from bup import options, git, vfs, xstat
-from bup.helpers import *
+from bup.helpers import log
+
 try:
     import fuse
 except ImportError: