home *** CD-ROM | disk | FTP | other *** search
- #
- # The Python Imaging Library
- # $Id: //modules/pil/PIL/ImagePath.py#3 $
- #
- # path interface
- #
- # History:
- # 96-11-04 fl Created
- #
- # Copyright (c) Secret Labs AB 1997.
- # Copyright (c) Fredrik Lundh 1996.
- #
- # See the README file for information on usage and redistribution.
- #
-
- import Image
-
- Path = Image.core.path
-