add missing encoding declaration

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16420 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-12-28 18:47:13 +00:00
parent 5a0f092f74
commit fcd3b56a22

View File

@ -281,6 +281,7 @@ static void build_script(FileName const & from_file,
typedef Converters::EdgePath EdgePath;
script << "#!/usr/bin/env python\n"
"# -*- coding: utf-8 -*-\n"
"import os, shutil, sys\n\n"
"def unlinkNoThrow(file):\n"
" ''' remove a file, do not throw if an error occurs '''\n"