[code.view]

[top] / python / PyMOTW / sys / sys_path_show.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2009 Doug Hellmann All rights reserved.
     #
     """
     """
     #end_pymotw_header
     
     import sys
     
     for d in sys.path:
         print d
     

[top] / python / PyMOTW / sys / sys_path_show.py

contact | logmethods.com