diff options
Diffstat (limited to 'env/lib/python3.10/site-packages/PIL/ImagePath.py')
-rw-r--r-- | env/lib/python3.10/site-packages/PIL/ImagePath.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/env/lib/python3.10/site-packages/PIL/ImagePath.py b/env/lib/python3.10/site-packages/PIL/ImagePath.py deleted file mode 100644 index 3d3538c..0000000 --- a/env/lib/python3.10/site-packages/PIL/ImagePath.py +++ /dev/null @@ -1,19 +0,0 @@ -# -# The Python Imaging Library -# $Id$ -# -# path interface -# -# History: -# 1996-11-04 fl Created -# 2002-04-14 fl Added documentation stub class -# -# Copyright (c) Secret Labs AB 1997. -# Copyright (c) Fredrik Lundh 1996. -# -# See the README file for information on usage and redistribution. -# - -from . import Image - -Path = Image.core.path |