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
This commit is contained in:
Julien Phalip 2012-03-15 18:55:08 +00:00
parent e41fcdd4d9
commit ea9d96739f
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import absolute_import, with_statement
from django.contrib.comments.models import Comment