]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/drecurse.py
Use absolute_import from the __future__ everywhere
[bup.git] / lib / bup / drecurse.py
index 376ab34953008b10e7ac4e4acbfea3667a50af6c..24a0db941538e68b95d2db061d16b6b0d2b30073 100644 (file)
@@ -1,7 +1,8 @@
 
+from __future__ import absolute_import
 import stat, os
 
-from bup.helpers import add_error, should_rx_exclude_path, debug1
+from bup.helpers import add_error, should_rx_exclude_path, debug1, resolve_parent
 import bup.xstat as xstat