diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-25 10:07:14 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-25 13:13:58 -0400 |
| commit | 187ee0a4ac346b91ba5c302b6171d91a2dddbcbe (patch) | |
| tree | ec3fb67cfa446d5a2c0edb6dc0b8126049b4dbd8 /tests/apps | |
| parent | 8c8ce2ee64b098dc52ebda7ce95644cb7c2f9cb2 (diff) | |
[1.7.x] Removed unnecessary absolute_imports.
Backport of e0cf030194 from master
Diffstat (limited to 'tests/apps')
| -rw-r--r-- | tests/apps/tests.py | 2 |
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 |
