Home | History | Annotate | Download | only in distutils

Lines Matching refs:move_file

15 from distutils.file_util import move_file
877 def move_file(self, src, dst):
878 return move_file(src, dst, dry_run=self.dry_run)