From 5c1143910e071c73671424036408c4548742d24f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 29 Jul 2013 19:19:04 +0200 Subject: Removed most of absolute_import imports Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. --- tests/model_inheritance/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/model_inheritance/tests.py') diff --git a/tests/model_inheritance/tests.py b/tests/model_inheritance/tests.py index dc40d2d2e0..eb50d30cf8 100644 --- a/tests/model_inheritance/tests.py +++ b/tests/model_inheritance/tests.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, unicode_literals +from __future__ import unicode_literals from operator import attrgetter -- cgit v1.2.1