diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-31 17:01:57 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-31 17:01:57 +0000 |
| commit | 56775c23eebf63495f86d41c93c60e9bc80d1ff3 (patch) | |
| tree | c914daac98f23812c05df274b3920540dfd98090 | |
| parent | f90449321b8cf69f567db49f81102751992fb7de (diff) | |
Added yet another import from the future.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/contrib/auth/tests/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/auth/tests/views.py b/django/contrib/auth/tests/views.py index 832b65b952..feca899148 100644 --- a/django/contrib/auth/tests/views.py +++ b/django/contrib/auth/tests/views.py @@ -1,3 +1,4 @@ +from __future__ import with_statement import os import re import urllib |
