summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-12-10 16:09:09 +0000
committerMark Haines <mark.haines@matrix.org>2014-12-10 16:09:18 +0000
commit2d265ef3bd99e84ad37057e8fb69c5cddc91f0ce (patch)
treefd10e3a03fef7b17628587924444d7c980b85630
parentGet the code actually working (diff)
downloadsynapse-2d265ef3bd99e84ad37057e8fb69c5cddc91f0ce.tar.xz
import Image as PIL.Image.
-rw-r--r--synapse/media/v1/thumbnailer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/media/v1/thumbnailer.py b/synapse/media/v1/thumbnailer.py
index 47160721e7..774ae4538f 100644
--- a/synapse/media/v1/thumbnailer.py
+++ b/synapse/media/v1/thumbnailer.py
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import Image
+import PIL.Image as Image
 from io import BytesIO