[1.7.x] Added a missing unicode_literals that caused a test failure after refs #23226.

Backport of 57b60f9f93 from master
This commit is contained in:
Tim Graham 2014-08-07 08:30:50 -04:00
parent 9cc5d99bde
commit 796030590a
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import models
from django.utils.encoding import python_2_unicode_compatible