summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff_backup/Globals.py
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-14 06:39:31 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-14 06:39:31 +0000
commit16ea5b0ce7190fc368e07e61e7163c76deede4b1 (patch)
tree0de463197c03cdc232516d17b5aeade5eae30c77 /rdiff-backup/rdiff_backup/Globals.py
parent536a293b67ad8c1466cf4cd3c63fbf84406cf552 (diff)
downloadrdiff-backup-16ea5b0ce7190fc368e07e61e7163c76deede4b1.tar.gz
Write mirror metadata when incrementing
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@247 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff_backup/Globals.py')
-rw-r--r--rdiff-backup/rdiff_backup/Globals.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdiff-backup/rdiff_backup/Globals.py b/rdiff-backup/rdiff_backup/Globals.py
index 49d84db..61991d4 100644
--- a/rdiff-backup/rdiff_backup/Globals.py
+++ b/rdiff-backup/rdiff_backup/Globals.py
@@ -284,4 +284,5 @@ def set_select(dsrpath, tuplelist, quote_mode, *filelists):
from rpath import * # kludge to avoid circularity - not needed in this module
+from log import * # another kludge
from selection import *