213
213
warnings.simplefilter('ignore')
214
214
homebackup = os.tempnam(tempdir)
219
221
shutil.move(homedir, homebackup)
222
224
shutil.move(homebackup, homedir)
223
225
# Change the ownership of all the files to the right unixid
224
226
logging.debug("chown %s's home directory files to uid %d"