Searched defs:move (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dmisc.py211 def move(src, dst): function
212 """Rewrite of shutil.move() that uses our copy of copytree()."""
214 # If dst is a directory, then we try to move src into it.
235 raise shutil.Error("Cannot move a directory '{0}' "

Completed in 17 milliseconds