diff --git a/media/piltransform.py b/media/piltransform.py index a040103..af4ce5d 100644 --- a/media/piltransform.py +++ b/media/piltransform.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2008 Helmut Merz helmutm@cy55.de +# Copyright (c) 2015 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ $Id$ from logging import getLogger try: - import Image + from PIL import Image except ImportError: getLogger('Asset Manager').warn('Python Imaging Library could not be found.')