From 314cf24850279f7b181b72436cf766b75397ff16 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Wed, 28 Aug 2013 15:48:49 +0000 Subject: [PATCH] future division - align with gramps40/trunk Trying to help 7007 investigation svn: r22920 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 6e895656a..f2cc6ce30 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -66,7 +66,7 @@ Classes for producing the web pages: #------------------------------------------------ # python modules #------------------------------------------------ -from __future__ import print_function +from __future__ import print_function, division from functools import partial import gc import os