summaryrefslogtreecommitdiff
path: root/tests/apps
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-08-25 10:07:14 -0400
committerTim Graham <timograham@gmail.com>2014-08-25 10:07:14 -0400
commite0cf030194dfeb6c27b21eabe6868f39e21cc66c (patch)
tree24f3b615cbf1f71fd01871f8106f68b359b67f4b /tests/apps
parentd074dfc0162709177601f090f636cad3aebb1072 (diff)
downloaddjango-e0cf030194dfeb6c27b21eabe6868f39e21cc66c.tar.gz
Removed unnecessary absolute_imports.
Diffstat (limited to 'tests/apps')
-rw-r--r--tests/apps/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apps/tests.py b/tests/apps/tests.py
index 777e26d816..2c7629ac97 100644
--- a/tests/apps/tests.py
+++ b/tests/apps/tests.py
@@ -1,4 +1,4 @@
-from __future__ import absolute_import, unicode_literals
+from __future__ import unicode_literals
import os
import sys