From ca4ace407c938d58c7fe33cb872b0705635b39cf Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 16 Jun 2002 07:12:39 +0000 Subject: Adapted everything to new exploded format git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@130 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109 --- rdiff-backup/testing/rpathtest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rdiff-backup/testing/rpathtest.py') diff --git a/rdiff-backup/testing/rpathtest.py b/rdiff-backup/testing/rpathtest.py index 9a24e6c..d4ffdbe 100644 --- a/rdiff-backup/testing/rpathtest.py +++ b/rdiff-backup/testing/rpathtest.py @@ -1,7 +1,6 @@ import os, cPickle, sys, unittest -execfile("commontest.py") -rbexec("highlevel.py") - +from commontest import * +from rpath import * class RPathTest(unittest.TestCase): -- cgit v1.2.1