From 915cd386a01ec0bc7086d7fbf39d5a3108bdfbd6 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 26 Apr 2004 09:18:09 +0000 Subject: [PATCH] Squash python warning about unknown file encoding. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8694 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/ChangeLog | 5 +++++ lib/scripts/lyxpreview2bitmap.py | 1 + 2 files changed, 6 insertions(+) diff --git a/lib/ChangeLog b/lib/ChangeLog index a9a4e84bad..df52fdb592 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 Angus Leeming + + * scripts/lyxpreview2bitmap.py: tell python about the file's + encoding. + 2004-04-21 John Levon * ui/default.ui: diff --git a/lib/scripts/lyxpreview2bitmap.py b/lib/scripts/lyxpreview2bitmap.py index 5219899d40..35837f937a 100755 --- a/lib/scripts/lyxpreview2bitmap.py +++ b/lib/scripts/lyxpreview2bitmap.py @@ -1,4 +1,5 @@ #! /usr/bin/env python +# -*- coding: iso-8859-1 -*- # file lyxpreview2bitmap.py # This file is part of LyX, the document processor. -- 2.39.5