home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 April / enter-2004-04.iso / files / EVE_1424_100181.exe / ImagePath.py < prev    next >
Encoding:
Text File  |  2004-04-20  |  339 b   |  19 lines

  1. #
  2. # The Python Imaging Library
  3. # $Id: //modules/pil/PIL/ImagePath.py#3 $
  4. #
  5. # path interface
  6. #
  7. # History:
  8. #       96-11-04 fl     Created
  9. #
  10. # Copyright (c) Secret Labs AB 1997.
  11. # Copyright (c) Fredrik Lundh 1996.
  12. #
  13. # See the README file for information on usage and redistribution.
  14. #
  15.  
  16. import Image
  17.  
  18. Path = Image.core.path
  19.