mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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:
parent
3344d8de3e
commit
31eefc8349
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue