mirror of
https://github.com/django/django.git
synced 2025-10-27 15:46:10 +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 aea8bf0662 from master.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user