[Subversion] / Importing / README.txt  

Diff of /Importing/README.txt

Parent Directory | Revision Log

version 2213, Sat Jul 15 17:49:56 2006 UTC version 2603, Tue Oct 13 14:41:01 2009 UTC
Line 141 
Line 141 
   
     Example usage::      Example usage::
   
         sdist = lazyModule('distutils.commands.sdist')          sdist = lazyModule('distutils.command.sdist')
   
     This is roughly equivalent to ``import distutils.commands.sdist as sdist``,      This is roughly equivalent to ``import distutils.command.sdist as sdist``,
     except that the real import doesn't take place until/unless you try to      except that the real import doesn't take place until/unless you try to
     access some attribute of the ``sdist`` object -- unless of course the      access some attribute of the ``sdist`` object -- unless of course the
     module was already imported before the above line was executed.      module was already imported before the above line was executed.


Generate output suitable for use with a patch program
Legend:
Removed from v.2213  
changed lines
  Added in v.2603

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help