Changed audio.* Image* imports
authorJoar Wandborg <git@wandborg.com>
Tue, 27 Mar 2012 21:43:15 +0000 (23:43 +0200)
committerJoar Wandborg <git@wandborg.com>
Tue, 27 Mar 2012 21:43:15 +0000 (23:43 +0200)
commit352a1807659b0977c0ccdb8d4bad64aa4f5b5277
treedf9f3ccedf365732a695dc0a61ac804705aeab56
parent0308958b2d441ef447cdd36eeb3bb4fb5df0a764
Changed audio.* Image* imports

so that they no longer import from PIL explicitly.
This is due to explicit PIL.Image* imports failing
on a Ubuntu machine within virtualenv.

PIL is a mystery I have yet to find the energy to unravel.

The 'implicit' approach works both for the affected
machine and my local machine and I've seen it more often
out in the wild, so I'm assuming it is the right way.
extlib/freesound/audioprocessing.py
mediagoblin/media_types/audio/transcoders.py