1
0
mirror of https://github.com/django/django.git synced 2025-01-11 02:46:13 +00:00

Added missing encoding preamble to gis tests.

'coverage html' did fail without it.

Thanks to Claude Paroz for figuring it out.
This commit is contained in:
Florian Apolloner 2012-11-09 15:16:06 +01:00
parent 19eb56a277
commit aea8bf0662

View File

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