mirror of https://github.com/django/django.git
Added missing encoding prefix in localflavor test
This commit is contained in:
parent
35f9c2c07a
commit
a7ef802fa4
|
@ -1,3 +1,4 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from django.contrib.localflavor.mk.forms import (
|
||||
|
|
Loading…
Reference in New Issue