Skip to content

Commit

Permalink
[1.5.X] Added missing encoding preamble to gis tests.
Browse files Browse the repository at this point in the history
'coverage html' did fail without it.

Thanks to Claude Paroz for figuring it out.

Backport of aea8bf0 from master.
  • Loading branch information
apollo13 committed Nov 9, 2012
1 parent 3344d8d commit 31eefc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/gis/geoip/tests.py
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals


import os import os
Expand Down

0 comments on commit 31eefc8

Please sign in to comment.