mirror of
https://github.com/django/django.git
synced 2025-03-25 08:40:45 +00:00
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…
x
Reference in New Issue
Block a user