~vauxoo/web-addons/7.0-web_hideleftmenu8

« back to all changes in this revision

Viewing changes to multi_image/controllers/main.py

  • Committer: Jose Morales
  • Date: 2014-02-23 22:13:09 UTC
  • Revision ID: jose@vauxoo.com-20140223221309-u5b6dbwrjlkr7pcu

[IMP] Change the imports to work in the last version

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#
21
21
##############################################################################
22
22
 
23
 
from web import http
 
23
from openerp.addons.web import http
24
24
from openerp.addons.web.controllers.main import Binary
25
25
openerpweb = http
26
26
import simplejson
58
58
            args = []
59
59
        return out % (simplejson.dumps(callback), simplejson.dumps(args))
60
60
 
61
 
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
 
 
b'\\ No newline at end of file'
 
61
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: