openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #06957
[Bug 930550] Re: 'import Image' instead of 'from PIL import Image' in point_of_sale.py
** Branch linked: lp:openobject-addons
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/930550
Title:
'import Image' instead of 'from PIL import Image' in point_of_sale.py
Status in OpenERP Addons (modules):
Fix Released
Bug description:
While 'import Image' works with the standard PIL installation, it is
not supported and not compatible Pillow, the friendly PIL fork.
PIL is imported correctly in all other places:
find -name "*.py" -print0 |xargs -0 grep 'import Image'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/930550/+subscriptions
References