]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/drecurse.py
drecurse.py: add missing resolve_parent import
[bup.git] / lib / bup / drecurse.py
index 376ab34953008b10e7ac4e4acbfea3667a50af6c..14bb7212a9ecb3e5466f8236ed9674a9420d2332 100644 (file)
@@ -1,7 +1,7 @@
 
 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