summaryrefslogtreecommitdiff
path: root/rdiff-backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 05:41:42 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 05:41:42 +0000
commit286f43872547c97f0b178b579546c111c6f3df99 (patch)
tree7c21ed192be670363420131ba7b04c995d3aac80 /rdiff-backup
parent681ced21013a010a9677c792149a54a863fcff93 (diff)
downloadrdiff-backup-286f43872547c97f0b178b579546c111c6f3df99.tar.gz
Updated to work with new path sturcture
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@239 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup')
-rw-r--r--rdiff-backup/testing/librsynctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdiff-backup/testing/librsynctest.py b/rdiff-backup/testing/librsynctest.py
index 86a5c01..54dc4dd 100644
--- a/rdiff-backup/testing/librsynctest.py
+++ b/rdiff-backup/testing/librsynctest.py
@@ -1,6 +1,6 @@
import unittest, random
from commontest import *
-import librsync
+from rdiff_backup import librsync
def MakeRandomFile(path):
"""Writes a random file of length between 10000 and 100000"""