diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-24 09:36:42 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-11-24 09:49:30 +0100 |
| commit | 046300c43b44c3238e980f01c177170ed4efde34 (patch) | |
| tree | 571885cc2e815295140816d7db139e344438b4b2 | |
| parent | c7dcb1d808597e0806fb352bb5ddc4b58c452f4c (diff) | |
[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.
Refs #18823.
| -rw-r--r-- | tests/regressiontests/m2m_through_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/m2m_through_regress/tests.py b/tests/regressiontests/m2m_through_regress/tests.py index 6da089fcb6..d215f83af2 100644 --- a/tests/regressiontests/m2m_through_regress/tests.py +++ b/tests/regressiontests/m2m_through_regress/tests.py @@ -1,4 +1,4 @@ -from __future__ import absolute_import +from __future__ import absolute_import, with_statement try: from cStringIO import StringIO |
