diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2012-11-09 15:16:06 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2012-11-09 15:33:37 +0100 |
| commit | 31eefc834900e0b327f7257cc95d54e4cba49f9c (patch) | |
| tree | fe44060f5d848580f7fbf8d4a9634de72bfe746b | |
| parent | 3344d8de3e34f1134a2fa19fa4a82b5acee8af0d (diff) | |
[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.
| -rw-r--r-- | django/contrib/gis/geoip/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
