From 5858454c7491fffcfba5d61d26581463ab70899d Mon Sep 17 00:00:00 2001 From: Ole Laursen <olau@iola.dk> Date: Tue, 3 Apr 2012 16:36:33 +0000 Subject: [PATCH] Declare coding system to work around annoying problem when the date produced by SVN is localized. - Legacy-Id: 4252 --- ietf/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/__init__.py b/ietf/__init__.py index ef073e9a0..18ae8e6d0 100644 --- a/ietf/__init__.py +++ b/ietf/__init__.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright The IETF Trust 2007, All Rights Reserved __version__ = "4.01-dev"