beets/beets/util
Adrian Sampson b04096de25 do not preserve metadata during copy-move (GC-383)
The shutil.move() function attempts to copy metadata (e.g., permissions and
mtime) when copying a file across filesystems. This always fails on Samba shares
because the utime() call is never permitted by normal users. We don't care about
preserving mtimes across moves, though, so this commit eschews shutil and
reimplements the move algorithm.
2012-05-19 11:52:53 -07:00
..
__init__.py do not preserve metadata during copy-move (GC-383) 2012-05-19 11:52:53 -07:00
bluelet.py fix Bluelet's Python 2 syntax compatibility hack 2012-05-13 21:44:49 -07:00
enumeration.py use print_function __future__ import 2012-05-13 21:08:27 -07:00
functemplate.py use new "except ... as ...:" syntax 2012-05-13 21:18:50 -07:00
pipeline.py use print_function __future__ import 2012-05-13 21:08:27 -07:00