Remove docstring formatting for when PYTHONOPTIMIZE=2

This commit is contained in:
Hugo 2018-07-04 16:28:02 +03:00
parent 970ea7d3c4
commit fc8717fb04

View File

@ -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',