Removed leading docstring

This commit is contained in:
wiredfool 2014-07-14 21:59:42 -07:00
parent 551cdedb45
commit 6a928ff6e2

View File

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