Skip to content

Commit

Permalink
Fixed #16275 -- Added __future__ import to support with statement. Th…
Browse files Browse the repository at this point in the history
…anks to Jonas Obrist for the report

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Jun 15, 2011
1 parent 896e3c6 commit 28e5341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/regressiontests/i18n/patterns/tests.py
@@ -1,3 +1,5 @@
from __future__ import with_statement

import os import os


from django.core.exceptions import ImproperlyConfigured from django.core.exceptions import ImproperlyConfigured
Expand Down

0 comments on commit 28e5341

Please sign in to comment.