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:
parent
c7dcb1d808
commit
046300c43b
@ -1,4 +1,4 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, with_statement
|
||||
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
|
Loading…
x
Reference in New Issue
Block a user