Commit efb4a67b authored by Christophe Dumez's avatar Christophe Dumez

- small code clean up


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6838 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 707e5e4f
......@@ -830,7 +830,6 @@ class SubversionTool(UniqueObject, Folder):
# detect created directories
dirs_set = self.getNewDirs(old_dir, new_dir)
# Copy files
#os.system('cp -af %s/* %s'%(new_dir, old_dir))
copytree(new_dir, old_dir)
# svn add
list = [x for x in dirs_set]
......
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