1
0
mirror of https://github.com/django/django.git synced 2025-05-07 07:26:29 +00:00

[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.
This commit is contained in:
Florian Apolloner 2012-11-09 15:16:06 +01:00
parent 3344d8de3e
commit 31eefc8349

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import os