~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/makeuser.py

  • Committer: Matt Giuca
  • Date: 2009-12-15 01:52:56 UTC
  • Revision ID: matt.giuca@gmail.com-20091215015256-6ynee77rnicszula
Minor comment fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
        # User jail already exists. Blow it away but preserve their home
270
270
        # directory. It should be all that is there anyway, but you never
271
271
        # know!
272
 
        # Ignore warnings about the use of tmpnam
 
272
        # Ignore warnings about the use of tempnam
273
273
        warnings.simplefilter('ignore')
274
274
        homebackup = os.tempnam(tempdir)
275
275
        warnings.resetwarnings()