mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Merge pull request #22 from eLBati/7.0_fix_ambiguous_import
[FIX] web_export_view: Ambiguous import
This commit is contained in:
@@ -23,9 +23,9 @@ try:
|
||||
except ImportError:
|
||||
import simplejson as json
|
||||
|
||||
import web.http as openerpweb
|
||||
from openerp.addons.web import http as openerpweb
|
||||
|
||||
from web.controllers.main import ExcelExport
|
||||
from openerp.addons.web.controllers.main import ExcelExport
|
||||
|
||||
|
||||
class ExcelExportView(ExcelExport):
|
||||
|
||||
Reference in New Issue
Block a user