Added another `from__future__ import with_statement` missed in r17190.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f2e99ecfda
commit
d317f2ab98
|
@ -1,3 +1,5 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
|
|
Loading…
Reference in New Issue