[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
1 changed files with 1 additions and 0 deletions

View File

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