PIL: Support systems with Pillow and without
authorAlon Levy <alon@pobox.com>
Mon, 8 Apr 2013 08:19:56 +0000 (11:19 +0300)
committerAlon Levy <alon@pobox.com>
Wed, 17 Apr 2013 09:54:54 +0000 (12:54 +0300)
commitd0e9f843e23196f790b640327bef3718e74b0347
treebe7453ce7e6109328a98d7e5efd7cc4bac1aa8e5
parent519bcfb0e6753f53fb5fc52a5b76d0472fda4ac7
PIL: Support systems with Pillow and without

Fixes for systems with Pillow, but leaves a "try: except ImportError" to
support anything that doesn't have a PIL top level import.

Signed-off-by: Alon Levy <alon@pobox.com>
extlib/freesound/audioprocessing.py
mediagoblin/media_types/ascii/asciitoimage.py
mediagoblin/media_types/ascii/processing.py
mediagoblin/media_types/audio/spectrogram.py
mediagoblin/media_types/audio/transcoders.py
mediagoblin/media_types/image/processing.py
mediagoblin/media_types/video/transcoders.py
mediagoblin/tests/test_exif.py