From 03222f2c2b401d3daafea631dd2e81f3b2f6dac0 Mon Sep 17 00:00:00 2001 From: Tom Hunger Date: Fri, 12 Dec 2014 17:36:52 +0000 Subject: [PATCH] Set encoding of message.py to utf8. The file contains an integral sign which breaks compilation on python2.7+ when no encoding is set. --- src/oic/oic/message.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/oic/oic/message.py b/src/oic/oic/message.py index 70f56a2..30cf687 100644 --- a/src/oic/oic/message.py +++ b/src/oic/oic/message.py @@ -1,3 +1,4 @@ +# encoding: utf-8 import time from urlparse import urlparse