| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/cygwin64/lib/python3.9/site-packages/PIL/__pycache__/ |
Upload File : |
a
i�a� � @ sx d Z ddlZddlZddlmZ ejZdd� ZejdkrBdd � ZnG d
d� de �Z
e
e�Z[g d�ZG d
d� de
�ZdS )a[ Pillow (Fork of the Python Imaging Library)
Pillow is the friendly PIL fork by Alex Clark and Contributors.
https://github.com/python-pillow/Pillow/
Pillow is forked from PIL 1.1.7.
PIL is the Python Imaging Library by Fredrik Lundh and Contributors.
Copyright (c) 1999 by Secret Labs AB.
Use PIL.__version__ for this Pillow version.
;-)
� N� )�_versionc C s t jdtdd� d S )NzcPILLOW_VERSION is deprecated and will be removed in Pillow 9 (2022-01-02). Use __version__ instead.� )�
stacklevel)�warnings�warn�DeprecationWarning� r r �0/usr/lib/python3.9/site-packages/PIL/__init__.py�_raise_version_warning s
�r )r � c C s, | dkrt � tS tdt� d| � d���d S )N�PILLOW_VERSIONzmodule 'z' has no attribute '�')r �__version__�AttributeError�__name__)�namer r r
�__getattr__&