[FIX] pillow-compatible Image import

bzr revid: xmo@openerp.com-20140114125342-1l9smyz7woh8fg6t
This commit is contained in:
Xavier Morel 2014-01-14 13:53:42 +01:00
parent 0aadcf42c9
commit e761b40a04
1 changed files with 3 additions and 3 deletions

View File

@ -6,11 +6,11 @@
@license: GPL
'''
import Image
import qrcode
import time
import copy
import qrcode
from PIL import Image
try:
import jcconv
except: