diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-07-29 19:19:04 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-07-29 20:28:13 +0200 |
| commit | 5c1143910e071c73671424036408c4548742d24f (patch) | |
| tree | 20c67bd23a8590657cd28699f17c1a52bda2cebf /tests/m2m_regress | |
| parent | 402b4a7a20a4f00fce0f01cdc3f5f97967fdb935 (diff) | |
Removed most of absolute_import imports
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
Diffstat (limited to 'tests/m2m_regress')
| -rw-r--r-- | tests/m2m_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_regress/tests.py b/tests/m2m_regress/tests.py index 884fc097a1..610f01694a 100644 --- a/tests/m2m_regress/tests.py +++ b/tests/m2m_regress/tests.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import +from __future__ import unicode_literals from django.core.exceptions import FieldError from django.test import TestCase |
