From 31eefc834900e0b327f7257cc95d54e4cba49f9c Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Fri, 9 Nov 2012 15:16:06 +0100 Subject: [PATCH] [1.5.X] Added missing encoding preamble to gis tests. 'coverage html' did fail without it. Thanks to Claude Paroz for figuring it out. Backport of aea8bf06620c931f7b1e7d991497d593b91f71c9 from master. --- django/contrib/gis/geoip/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/django/contrib/gis/geoip/tests.py b/django/contrib/gis/geoip/tests.py index e53230d9ad..c890c4f4ba 100644 --- a/django/contrib/gis/geoip/tests.py +++ b/django/contrib/gis/geoip/tests.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from __future__ import unicode_literals import os