1
0
mirror of https://github.com/django/django.git synced 2025-06-05 03:29:12 +00:00

[1.4.x] Restored Python 2.5 compatibility in m2m_through_regress tests.

Refs #18823.
This commit is contained in:
Aymeric Augustin 2012-11-24 09:36:42 +01:00
parent c7dcb1d808
commit 046300c43b

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import absolute_import, with_statement
try:
from cStringIO import StringIO