Commit 21705bd9 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

Added with_statement Python 2.5 compatibility import missed in [16594]. Thanks Julien.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 42f256d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
from __future__ import with_statement
import hashlib
import os
import posixpath