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/inline_formsets/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/inline_formsets') diff --git a/tests/inline_formsets/tests.py b/tests/inline_formsets/tests.py index ad8a666cb5..a16488dc79 100644 --- a/tests/inline_formsets/tests.py +++ b/tests/inline_formsets/tests.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import, unicode_literals +from __future__ import unicode_literals from django.forms.models import inlineformset_factory from django.test import TestCase -- cgit v1.3