[code.view]

[top] / python / PyMOTW / tempfile / tempfile_tempdir.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import tempfile
     
     tempfile.tempdir = '/I/changed/this/path'
     print 'gettempdir():', tempfile.gettempdir()

[top] / python / PyMOTW / tempfile / tempfile_tempdir.py

contact | logmethods.com