Naresh(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-859123-nch into 
lp:openobject-addons.

Requested reviews:
  Olivier Dony (OpenERP) (odo-openerp)
  qdp (OpenERP) (qdp)
Related bugs:
  Bug #859123 in OpenERP Server: ""AccessInit: hash collision" error possible"
  https://bugs.launchpad.net/openobject-server/+bug/859123

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-859123-nch/+merge/82102
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-859123-nch/+merge/82102
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-859123-nch.
=== modified file 'auction/report/photo_shadow.py'
--- auction/report/photo_shadow.py	2011-01-14 00:11:01 +0000
+++ auction/report/photo_shadow.py	2011-11-14 06:53:28 +0000
@@ -27,7 +27,7 @@
     __convert(from_file, to_file, size=95)
 
 def __convert(from_file, to_file, size=95):
-    import Image, ImageDraw, ImageFilter
+    from PIL import Image, ImageDraw, ImageFilter
     im = Image.open(from_file)
     if float(im.size[1]/im.size[0])>2:
         im = im.resize((im.size[0]*size/im.size[1], size))

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to