home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pypil112.zip / PIL-1.1.2.zip / Lib / site-packages / PIL / ImagePath.py < prev    next >
Text File  |  2001-05-03  |  286b  |  19 lines

  1. #
  2. # The Python Imaging Library
  3. # $Id$
  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.