1
0
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:
Claude Paroz 2017-03-14 20:18:51 +01:00
parent d8e90040e9
commit 70c5b8db42

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.forms import Widget