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 ...@@ -4,7 +4,7 @@ import sys, os
curdir = os.getcwd() curdir = os.getcwd()
os.chdir("../src") os.chdir("../src")
execfile("destructive_stepping.py") execfile("selection.py")
os.chdir(curdir) os.chdir(curdir)
lc = Globals.local_connection lc = Globals.local_connection
...@@ -13,4 +13,4 @@ for filename in sys.argv[1:]: ...@@ -13,4 +13,4 @@ for filename in sys.argv[1:]:
#print "Deleting %s" % filename #print "Deleting %s" % filename
rp = RPath(lc, filename) rp = RPath(lc, filename)
if rp.lstat(): rp.delete() 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