mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.11.x] Refs #27920 -- Added missing encoding preamble on widget test file
This commit is contained in:
parent
d8e90040e9
commit
70c5b8db42
@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.forms import Widget
|
||||
|
Loading…
x
Reference in New Issue
Block a user