Skip to content

Commit

Permalink
[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.
Browse files Browse the repository at this point in the history
Refs #18823.
  • Loading branch information
aaugustin committed Nov 24, 2012
1 parent c7dcb1d commit 046300c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 046300c

Please sign in to comment.