From 58f16848854944bfd3e246341c3bbb43495d1000 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Sat, 6 Jun 2009 18:35:40 +0000 Subject: [PATCH] change encoding annotation iso-latin-1 to latin-1 [SVN r53698] --- test/crossmod_opaque.py | 2 +- test/opaque.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/crossmod_opaque.py b/test/crossmod_opaque.py index 2c8075bc..a7a3cf2c 100644 --- a/test/crossmod_opaque.py +++ b/test/crossmod_opaque.py @@ -1,4 +1,4 @@ -# -*- coding: iso-latin-1 -*- +# -*- coding: latin-1 -*- # Copyright Gottfried Ganßauge 2006. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at diff --git a/test/opaque.py b/test/opaque.py index d10ac784..2ee0aa0c 100644 --- a/test/opaque.py +++ b/test/opaque.py @@ -1,4 +1,4 @@ -# -*- coding: iso-latin-1 -*- +# -*- coding: latin-1 -*- # Copyright Gottfried Ganßauge 2003..2006. Distributed under the Boost # Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)