From 3ed9efef6f6330dedd3c83cab11adeeb93c7c89e Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Sat, 12 Mar 2016 09:20:05 +0100 Subject: [PATCH] [FIX] base_location_geonames_import: Don't alias Warning --- base_location_geonames_import/wizard/geonames_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location_geonames_import/wizard/geonames_import.py b/base_location_geonames_import/wizard/geonames_import.py index 7613b7466..5948b85e7 100644 --- a/base_location_geonames_import/wizard/geonames_import.py +++ b/base_location_geonames_import/wizard/geonames_import.py @@ -5,7 +5,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from openerp import models, fields, api, _ -from openerp.exceptions import Warning as UserError +from openerp.exceptions import UserError import requests import tempfile import StringIO