~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 05:25:57 UTC
  • Revision ID: matt.giuca@gmail.com-20091215052557-p737rn9ewk0m156z
ivle.svn: Now provides the option of not saving credentials for Subversion. create_auth_svn_client_autopass does NOT save by default, as this is undesirable in the jail.

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()