os.rename() --> shutil.move()

os.rename() failes to move file across different volumes, so
replacing it with shutil.move() which has fallback to simple
copy + delete.

Change-Id: Ifaedc983cd3e577572cab4744118ef733336a447
1 file changed