From fc52fd727543fbe4c7846b1d2cf1f5e628ca8bae Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Fri, 5 Mar 2010 10:21:43 +0100 Subject: [PATCH] Added character set specification --- src/xmldsig/__init__.py | 1 + src/xmlenc/__init__.py | 1 + 2 files changed, 2 insertions(+) diff --git a/src/xmldsig/__init__.py b/src/xmldsig/__init__.py index aa40bf1..2e3b039 100644 --- a/src/xmldsig/__init__.py +++ b/src/xmldsig/__init__.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # # Copyright (C) 2007 SIOS Technology, Inc. # Copyright (C) 2009 UmeƄ University diff --git a/src/xmlenc/__init__.py b/src/xmlenc/__init__.py index b04bf95..05e2d1e 100644 --- a/src/xmlenc/__init__.py +++ b/src/xmlenc/__init__.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # # Copyright (C) 2009 Umea Universitet. #