Squash python warning about unknown file encoding.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8694 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2004-04-26 09:18:09 +00:00
parent 0d2e2cb596
commit 915cd386a0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-04-26 Angus Leeming <leeming@lyx.org>
* scripts/lyxpreview2bitmap.py: tell python about the file's
encoding.
2004-04-21 John Levon <levon@movementarian.org>
* ui/default.ui:

View File

@ -1,4 +1,5 @@
#! /usr/bin/env python
# -*- coding: iso-8859-1 -*-
# file lyxpreview2bitmap.py
# This file is part of LyX, the document processor.