mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.4.x] Fix an encoding preamble so the tests pass on 2.7.9.
It seems there was a change in the parsing of encoding preambles in Python 2.7.9, compared to previous 2.7.x Pythons. This is a backport of the only piece of e520a73eeea6b185b719901ab9985ecef00e5664 that's needed to prevent an import failure under 2.7.9.
This commit is contained in:
parent
e60557c249
commit
785e57e296
@ -1,5 +1,5 @@
|
|||||||
"""Tests for jslex."""
|
|
||||||
# encoding: utf-8
|
# encoding: utf-8
|
||||||
|
"""Tests for jslex."""
|
||||||
# originally from https://bitbucket.org/ned/jslex
|
# originally from https://bitbucket.org/ned/jslex
|
||||||
|
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
|
Loading…
x
Reference in New Issue
Block a user