summaryrefslogtreecommitdiff
path: root/rdiff-backup
diff options
context:
space:
mode:
authorben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 05:40:58 +0000
committerben <ben@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2002-12-03 05:40:58 +0000
commit681ced21013a010a9677c792149a54a863fcff93 (patch)
treef135168f39ff14843503bdf8f5a66cb6f3c3fd8a /rdiff-backup
parentb99e3e4547ba36f2c11c0d9269fab12a61d4bd89 (diff)
downloadrdiff-backup-681ced21013a010a9677c792149a54a863fcff93.tar.gz
Updated to work with new path structure
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@238 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup')
-rw-r--r--rdiff-backup/testing/commontest.py9
1 files changed, 4 insertions, 5 deletions
diff --git a/rdiff-backup/testing/commontest.py b/rdiff-backup/testing/commontest.py
index 3933862..3636d9f 100644
--- a/rdiff-backup/testing/commontest.py
+++ b/rdiff-backup/testing/commontest.py
@@ -1,10 +1,9 @@
"""commontest - Some functions and constants common to several test cases"""
import os, sys
-sys.path.insert(0, "../src")
-from rpath import *
-from destructive_stepping import *
-from highlevel import *
-import Globals, Hardlink, SetConnections, Main
+from rdiff_backup.rpath import *
+from rdiff_backup.destructive_stepping import *
+from rdiff_backup.highlevel import *
+from rdiff_backup import Globals, Hardlink, SetConnections, Main
SourceDir = "../src"
AbsCurdir = os.getcwd() # Absolute path name of current directory