mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +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.
|
||||
https://github.com/python-pillow/Pillow/
|
||||
|
@ -24,8 +24,6 @@ PILLOW_VERSION = __version__ = _version.__version__
|
|||
|
||||
del _version
|
||||
|
||||
__doc__ = __doc__.format(__version__) # include version in docstring
|
||||
|
||||
|
||||
_plugins = ['BlpImagePlugin',
|
||||
'BmpImagePlugin',
|
||||
|
|
Loading…
Reference in New Issue
Block a user