Commit b737962f authored by ben's avatar ben

No change, but had tweaked due to temporary problems with Select


git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup@42 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
parent ae421013
......@@ -4,7 +4,7 @@ import sys, os
curdir = os.getcwd()
os.chdir("../src")
execfile("destructive_stepping.py")
execfile("selection.py")
os.chdir(curdir)
lc = Globals.local_connection
......@@ -13,4 +13,4 @@ for filename in sys.argv[1:]:
#print "Deleting %s" % filename
rp = RPath(lc, filename)
if rp.lstat(): rp.delete()
#os.system("rm -rf " + rp.path)
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