For bug #182964, replace os.rename() with shutil.move() in order to handle EXDEV...
authorZac Medico <zmedico@gentoo.org>
Sat, 23 Jun 2007 10:58:09 +0000 (10:58 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 23 Jun 2007 10:58:09 +0000 (10:58 -0000)
commitcfe5e7bc23c30dc40b90c1f61282d8f59430840a
tree79b41326afb062e1f3c5855917fc2a0dd40b5a13
parent0c93a2b77653ee55957e95b580d457459c4d5ab5
For bug #182964, replace os.rename() with shutil.move() in order to handle EXDEV errors that are triggered by layered filesystems.

svn path=/main/trunk/; revision=6967
pym/emerge/__init__.py
pym/portage/dbapi/bintree.py
pym/portage/dbapi/vartree.py
pym/portage/dispatch_conf.py