From 71e58d2b0b849974883e9a4d28393d660d546a8f Mon Sep 17 00:00:00 2001 From: Lorenzo Battistini Date: Mon, 11 Aug 2014 10:51:56 +0200 Subject: [PATCH] [FIX] __openerp__.py PEP8 --- base_location_geonames_import/__openerp__.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/base_location_geonames_import/__openerp__.py b/base_location_geonames_import/__openerp__.py index 7df05c801..1af0a5567 100644 --- a/base_location_geonames_import/__openerp__.py +++ b/base_location_geonames_import/__openerp__.py @@ -33,9 +33,14 @@ Base Location Geonames Import ============================= -This module adds a wizard to import better zip entries from Geonames (http://download.geonames.org/export/zip/). When you start the wizard, it will ask you to select a country ; then, for the selected country, it will delete all the current better zip entries, download the latest version of the list of cities from geonames.org and create new better zip entries. +This module adds a wizard to import better zip entries from Geonames +(http://download.geonames.org/export/zip/). When you start the wizard, +it will ask you to select a country ; then, for the selected country, +it will delete all the current better zip entries, download the latest version +of the list of cities from geonames.org and create new better zip entries. -Please contact Alexis de Lattre from Akretion for any help or question about this module. +Please contact Alexis de Lattre from Akretion +for any help or question about this module. Contributors