From 9320ad0e4e3524c17eb67e19185faca7ced3de0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Kochen?= Date: Fri, 24 Oct 2003 21:37:09 +0000 Subject: [PATCH] Long live unicode! :D --- plugins/Poll.py | 2 +- test/test_Poll.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Poll.py b/plugins/Poll.py index 2a05f2de7..000af2d7d 100644 --- a/plugins/Poll.py +++ b/plugins/Poll.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding:iso-8859-1 -*- +# -*- coding:utf-8 -*- ### # Copyright (c) 2002, Stéphan Kochen diff --git a/test/test_Poll.py b/test/test_Poll.py index 355890fc1..ac5a6e6c7 100644 --- a/test/test_Poll.py +++ b/test/test_Poll.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding:iso-8859-1 -*- +# -*- coding:utf-8 -*- ### # Copyright (c) 2003, Stéphan Kochen