Commit 857a3f4b authored by ben's avatar ben

Adapted to new exploded format


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@129 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent 08845f2b
#!/usr/bin/python
import sys, os
curdir = os.getcwd()
os.chdir("../src")
execfile("selection.py")
os.chdir(curdir)
sys.path.insert(0, "../src")
from rpath import *
from connection import *
import Globals
lc = Globals.local_connection
......
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