-
Committer:
Matt Giuca
-
Date:
2009-05-12 14:36:08 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1247.
-
Revision ID:
matt.giuca@gmail.com-20090512143608-94oi7lkkzoougv09
ivle/util.py: Added safe_rmtree, copied from Python2.6 shutil.rmtree (which
has a bugfix to avoid following symlinks). Don't use shutil.rmtree.
bin/ivle-fetchsubmissions: Replaced call to shutil.rmtree with safe_rmtree.