mirror of https://github.com/django/django.git
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:
parent
e41fcdd4d9
commit
ea9d96739f
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, with_statement
|
||||
|
||||
from django.contrib.comments.models import Comment
|
||||
|
||||
|
|
Loading…
Reference in New Issue