Chris Johns 869b8a6bd3 sb: Fix the copy tree.
Python's distutil's copy tree code maintains a cache of directories
created so deleting a tree a different way then coping the same
tree results in an error because the destination folders in the
tree are not present because distutils thinks they exist. The
solution is to implement a copy tree function.
2013-08-15 12:20:29 +10:00
..
2013-08-15 12:20:29 +10:00
2012-11-06 10:09:40 +11:00
2013-04-27 20:30:15 +10:00
2012-11-06 10:09:40 +11:00
2012-11-06 10:09:40 +11:00
2013-02-28 20:44:02 +11:00