summaryrefslogtreecommitdiff
path: root/rdiff-backup/testing
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-26 04:56:15 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2005-11-26 04:56:15 +0000
commit4113f772fff9cf0a33c757b0e1b5dfae68716430 (patch)
treee3154edcb783ba2a96f25cfbf3eb4d1847581dbe /rdiff-backup/testing
parentf419fb9ed0a1bbbc81a6de5b5bb1a6a14f4d51e3 (diff)
downloadrdiff-backup-4113f772fff9cf0a33c757b0e1b5dfae68716430.tar.gz
Final changes for 1.1.3
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@697 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/testing')
-rw-r--r--rdiff-backup/testing/metadatatest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/metadatatest.py b/rdiff-backup/testing/metadatatest.py
index f17ec3e..e3199d7 100644
--- a/rdiff-backup/testing/metadatatest.py
+++ b/rdiff-backup/testing/metadatatest.py
@@ -1,6 +1,6 @@
import unittest, os, cStringIO, time
-from rdiff_backup.metadata import *
from rdiff_backup import rpath, connection, Globals, selection, lazy
+from rdiff_backup.metadata import *
tempdir = rpath.RPath(Globals.local_connection, "testfiles/output")