From ea2c71d23899a06ed107ac871a3965f6e829fc1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zden=C4=9Bk=20Hata=C5=A1?= Date: Sun, 7 Jun 2015 11:10:22 +0200 Subject: [PATCH] fix mistake that prevent python2 to work --- gramps/gen/datehandler/_date_cs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/datehandler/_date_cs.py b/gramps/gen/datehandler/_date_cs.py index e8c94d3d4..4b8d149b3 100644 --- a/gramps/gen/datehandler/_date_cs.py +++ b/gramps/gen/datehandler/_date_cs.py @@ -22,7 +22,7 @@ """ Czech-specific classes for parsing and displaying dates. """ - +from __future__ import unicode_literals #------------------------------------------------------------------------- # # Python modules