From 0246d96e4c21bf95f37142484cacfc623778a2b9 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 7 Dec 2015 15:43:32 +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 97dae0fe3..f01012e61 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.gen.plug import BasePluginManager 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