Files
nova/plugins
Rick Harris 043347267b Avoid copying file if dst is a directory.
Fixes bug 938153

`shutil.move` in Python 2.4 will fallback to copying the file if dst is
a directory. See http://bugs.python.org/issue1577.

Change-Id: I2390337d82db5a72fef0e63877401134b1dcca55
2012-02-21 22:00:03 +00:00
..