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 #!/usr/bin/python
import sys, os import sys, os
sys.path.insert(0, "../src")
curdir = os.getcwd() from rpath import *
os.chdir("../src") from connection import *
execfile("selection.py") import Globals
os.chdir(curdir)
lc = Globals.local_connection 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