Renaud Paquay a65adf74f9 Workaround shutil.rmtree limitation on Windows
By default, shutil.rmtree raises an exception when deleting readonly
files on Windows.

Replace all shutil.rmtree with platform_utils.rmtree, which adds an
error handler to make files read-write when they can't be deleted.

Change-Id: I9cfea9a7b3703fb16a82cf69331540c2c179ed53
2017-05-29 19:32:31 +09:00
..
2013-04-18 21:35:49 +05:30
2014-10-17 15:45:57 -04:00
2015-10-07 15:43:22 -07:00
2012-11-14 12:09:38 +09:00
2013-04-18 21:35:49 +05:30
2012-09-18 09:54:57 +02:00
2016-10-17 15:24:09 -05:00