mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 20:54:44 +00:00
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 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import with_statement
|
||||
|
||||
import os
|
||||
try:
|
||||
from cStringIO import StringIO
|
||||
|
|
|
|||
Loading…
Reference in a new issue