ImagePath.py 336 B

12345678910111213141516171819
  1. #
  2. # The Python Imaging Library
  3. # $Id$
  4. #
  5. # path interface
  6. #
  7. # History:
  8. # 1996-11-04 fl Created
  9. # 2002-04-14 fl Added documentation stub class
  10. #
  11. # Copyright (c) Secret Labs AB 1997.
  12. # Copyright (c) Fredrik Lundh 1996.
  13. #
  14. # See the README file for information on usage and redistribution.
  15. #
  16. from . import Image
  17. Path = Image.core.path