French text was breaking python interpreters.

Add character encoding to file like this:
# -*- coding: latin-1 -*-

Thanks to eago for the bug report.
This commit is contained in:
Stephen Swaney
2008-03-13 03:32:23 +00:00
parent 691e2d5ca8
commit 4247984df3
2 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
# -*- coding: latin-1 -*-
"""
#----------------------------------------------
# (c) jm soler juillet 2004,
@@ -43,6 +44,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_import_gimp.htm
# Communiquer les problemes et erreurs sur:
# http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender
# Modification History:
# 2008-03-12 Added character encoding line so french text does not break
# python interpreters.
#---------------------------------------------
SHARP_IMPORT=0