summaryrefslogtreecommitdiff
path: root/tests/regressiontests/admin_widgets
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-05-06 19:49:06 +0000
committerJannis Leidel <jannis@leidel.info>2011-05-06 19:49:06 +0000
commitb0d274dbd56c9ecb2e883554dc7a41408642371d (patch)
tree93c2000735c5571b778a2dcc92a61351568defc4 /tests/regressiontests/admin_widgets
parent8f3e1c1c63d3d3b36715afa9095e04142c4507e2 (diff)
Added missing future imports missed in r16167.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/admin_widgets')
-rw-r--r--tests/regressiontests/admin_widgets/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/admin_widgets/tests.py b/tests/regressiontests/admin_widgets/tests.py
index b498525a91..8f7a36c951 100644
--- a/tests/regressiontests/admin_widgets/tests.py
+++ b/tests/regressiontests/admin_widgets/tests.py
@@ -1,4 +1,5 @@
# encoding: utf-8
+from __future__ import with_statement
from datetime import datetime