summaryrefslogtreecommitdiff
path: root/tests/field_subclassing/models.py
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-07-29 19:19:04 +0200
committerClaude Paroz <claude@2xlibre.net>2013-07-29 20:28:13 +0200
commit5c1143910e071c73671424036408c4548742d24f (patch)
tree20c67bd23a8590657cd28699f17c1a52bda2cebf /tests/field_subclassing/models.py
parent402b4a7a20a4f00fce0f01cdc3f5f97967fdb935 (diff)
downloaddjango-5c1143910e071c73671424036408c4548742d24f.tar.gz
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
Diffstat (limited to 'tests/field_subclassing/models.py')
-rw-r--r--tests/field_subclassing/models.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/field_subclassing/models.py b/tests/field_subclassing/models.py
index 642573cc83..67a95b02f2 100644
--- a/tests/field_subclassing/models.py
+++ b/tests/field_subclassing/models.py
@@ -2,8 +2,6 @@
Tests for field subclassing.
"""
-from __future__ import absolute_import
-
from django.db import models
from django.utils.encoding import force_text