mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 13:16:52 +03:00
Removed leading docstring
This commit is contained in:
parent
551cdedb45
commit
6a928ff6e2
|
@ -1,19 +1,18 @@
|
||||||
"""
|
## The Python Imaging Library.
|
||||||
The Python Imaging Library.
|
## $Id$
|
||||||
$Id$
|
|
||||||
|
|
||||||
Optional color managment support, based on Kevin Cazabon's PyCMS
|
## Optional color managment support, based on Kevin Cazabon's PyCMS
|
||||||
library.
|
## library.
|
||||||
|
|
||||||
History:
|
## History:
|
||||||
2009-03-08 fl Added to PIL.
|
|
||||||
|
|
||||||
Copyright (C) 2002-2003 Kevin Cazabon
|
## 2009-03-08 fl Added to PIL.
|
||||||
Copyright (c) 2009 by Fredrik Lundh
|
|
||||||
|
|
||||||
See the README file for information on usage and redistribution. See
|
## Copyright (C) 2002-2003 Kevin Cazabon
|
||||||
below for the original description.
|
## Copyright (c) 2009 by Fredrik Lundh
|
||||||
"""
|
|
||||||
|
## See the README file for information on usage and redistribution. See
|
||||||
|
## below for the original description.
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user