symbian-qemu-0.9.1-12/python-2.6.1/Doc/library/modules.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 
       
     2 .. _modules:
       
     3 
       
     4 *****************
       
     5 Importing Modules
       
     6 *****************
       
     7 
       
     8 The modules described in this chapter provide new ways to import other Python
       
     9 modules and hooks for customizing the import process.
       
    10 
       
    11 The full list of modules described in this chapter is:
       
    12 
       
    13 
       
    14 .. toctree::
       
    15 
       
    16    imp.rst
       
    17    imputil.rst
       
    18    zipimport.rst
       
    19    pkgutil.rst
       
    20    modulefinder.rst
       
    21    runpy.rst