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/admin_scripts/complex_app/models/bar.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/admin_scripts/complex_app/models') diff --git a/tests/admin_scripts/complex_app/models/bar.py b/tests/admin_scripts/complex_app/models/bar.py index 15956f7a50..92f1b98694 100644 --- a/tests/admin_scripts/complex_app/models/bar.py +++ b/tests/admin_scripts/complex_app/models/bar.py @@ -1,5 +1,3 @@ -from __future__ import absolute_import - from django.db import models from ..admin import foo -- cgit v1.3