Commit ea9d9673 authored by Julien Phalip's avatar Julien Phalip
Browse files

Added a `with_statement` import to a test for Python 2.5 compatibility.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e41fcdd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
from __future__ import absolute_import
from __future__ import absolute_import, with_statement

from django.contrib.comments.models import Comment