From d3056d33f5581adcaf6567a8da6dffe24eba4a67 Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Fri, 20 Dec 2013 12:02:41 -0500 Subject: [PATCH] unicode literals for {} formats --- gramps/gui/editors/editdate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/editors/editdate.py b/gramps/gui/editors/editdate.py index eaa4cdf20..e1a415fa5 100644 --- a/gramps/gui/editors/editdate.py +++ b/gramps/gui/editors/editdate.py @@ -33,6 +33,7 @@ instead of a date. The DateEditor provides a dialog in which the date can be unambiguously built using UI controls such as menus and spin buttons. """ +from __future__ import unicode_literals #------------------------------------------------------------------------- #