Added a missing unicode_literals that caused a test failure after refs #23226.

This commit is contained in:
Tim Graham 2014-08-07 08:30:50 -04:00
parent 173d989c91
commit 57b60f9f93
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