Commit 2302fc06 authored by ben's avatar ben

Updated to work with new path structure


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@238 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 4848f4fb
"""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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment