]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/vfs.py
Don't import * from helpers
[bup.git] / lib / bup / vfs.py
index fbe5bd6cc6fca5ed2eb0407c7c6792c3a9032122..00e1b8dbe97e1d2ce9b87a8ee8937423e3ac1d62 100644 (file)
@@ -3,9 +3,11 @@
 The vfs.py library makes it possible to expose contents from bup's repository
 and abstracts internal name mangling and storage from the exposition layer.
 """
+
 import os, re, stat, time
+
 from bup import git, metadata
-from helpers import *
+from helpers import debug1, debug2
 from bup.git import BUP_NORMAL, BUP_CHUNKED, cp
 from bup.hashsplit import GIT_MODE_TREE, GIT_MODE_FILE