Set encoding of message.py to utf8.

The file contains an integral sign which breaks compilation on python2.7+
when no encoding is set.
This commit is contained in:
Tom Hunger 2014-12-12 17:36:52 +00:00
parent b1ebfd3f41
commit 03222f2c2b
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# encoding: utf-8
import time
from urlparse import urlparse