From ab75a832f7911c009fc5138cb71c9b9e8c8e557b Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Thu, 15 Mar 2007 02:50:36 +0000 Subject: [PATCH] src/Editors/_EditPlace.py: Add the following comment at the top of the file: # -*- coding: latin-1 -*- See here: http://www.python.org/dev/peps/pep-0263/ for details. I'm not sure if this is what we want to do, or if there is a better way, But I needed to do something to get Gramps running again. svn: r8300 --- ChangeLog | 8 ++++++++ src/Editors/_EditPlace.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 481af2bc1..a29338699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-03-14 Brian Matherly + * src/Editors/_EditPlace.py: Add the following comment at the top of the + file: + # -*- coding: latin-1 -*- + See here: http://www.python.org/dev/peps/pep-0263/ for details. + I'm not sure if this is what we want to do, or if there is a better way, + But I needed to do something to get Gramps running again. + 2007-03-13 Brian Matherly * src/plugins/NarrativeWeb.py: 0000975: remove extra (/b) HTML tags in NarrativeWeb diff --git a/src/Editors/_EditPlace.py b/src/Editors/_EditPlace.py index 7f1487556..c3175e92b 100644 --- a/src/Editors/_EditPlace.py +++ b/src/Editors/_EditPlace.py @@ -1,4 +1,4 @@ -# +# -*- coding: latin-1 -*- # Gramps - a GTK+/GNOME based genealogy program # # Copyright (C) 2000-2006 Donald N. Allingham