diff --git a/lib/res.py b/lib/res.py index 08880dc..a543b1b 100644 --- a/lib/res.py +++ b/lib/res.py @@ -8,7 +8,7 @@ import glob import os import re # TODO: perhaps we don't need to introduce PIL and numpy. libjpeg might be enough -import Image +from PIL import Image import cStringIO import base64 import logging