From e0502e1ba8d95a39e54331d3ad6c7d05b1014f14 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 7 Dec 2015 15:39:02 +0100 Subject: [PATCH] Narrativeweb : remove an unused import. --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index e69158a2b..f3cd8628d 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -142,7 +142,7 @@ from gramps.gen.utils.place import conv_lat_lon from gramps.gui.pluginmanager import GuiPluginManager from gramps.gen.relationship import get_relationship_calculator -from gramps.gen.utils.location import get_main_location, get_location_list +from gramps.gen.utils.location import get_main_location COLLATE_LANG = glocale.collation SORT_KEY = glocale.sort_key