[FIX] pos: better PIL import, courtesy of Mohammad Alhashash

lp bug: https://launchpad.net/bugs/930550 fixed

bzr revid: odo@openerp.com-20120213102432-tl0d0yhfyrg8iwnn
This commit is contained in:
Olivier Dony 2012-02-13 11:24:32 +01:00
parent 48645fe412
commit b73acbab66
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import time
from datetime import datetime
from dateutil.relativedelta import relativedelta
import logging
import Image
from PIL import Image
import netsvc
from osv import fields, osv