mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
Remove docstring formatting for when PYTHONOPTIMIZE=2
This commit is contained in:
parent
970ea7d3c4
commit
fc8717fb04
|
@ -1,4 +1,4 @@
|
||||||
"""Pillow {} (Fork of the Python Imaging Library)
|
"""Pillow (Fork of the Python Imaging Library)
|
||||||
|
|
||||||
Pillow is the friendly PIL fork by Alex Clark and Contributors.
|
Pillow is the friendly PIL fork by Alex Clark and Contributors.
|
||||||
https://github.com/python-pillow/Pillow/
|
https://github.com/python-pillow/Pillow/
|
||||||
|
@ -24,8 +24,6 @@ PILLOW_VERSION = __version__ = _version.__version__
|
||||||
|
|
||||||
del _version
|
del _version
|
||||||
|
|
||||||
__doc__ = __doc__.format(__version__) # include version in docstring
|
|
||||||
|
|
||||||
|
|
||||||
_plugins = ['BlpImagePlugin',
|
_plugins = ['BlpImagePlugin',
|
||||||
'BmpImagePlugin',
|
'BmpImagePlugin',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user