Skip to content

Commit

Permalink
Fixed #16002 - test failure due to missing `from __future__ import wi…
Browse files Browse the repository at this point in the history
…th_statement`

Thanks to julien for the report

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
spookylukey committed May 11, 2011
1 parent 6e90676 commit 7372191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/regressiontests/csrf_tests/tests.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import with_statement
import warnings

from django.test import TestCase
Expand Down

0 comments on commit 7372191

Please sign in to comment.