[code.view]

[top] / python / PyMOTW / site / site_user_base.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2010 Doug Hellmann.  All rights reserved.
     #
     """Show the user base directory.
     """
     #end_pymotw_header
     
     import site
     
     print 'Base:', site.USER_BASE
     print 'Site:', site.USER_SITE
     

[top] / python / PyMOTW / site / site_user_base.py

contact | logmethods.com