From 48c12e48aa48b514d884db2069cbfb56a8f1447b Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 30 Mar 2012 08:02:08 +0000 Subject: [PATCH] Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- formtools/tests/wizard/wizardtests/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/formtools/tests/wizard/wizardtests/tests.py b/formtools/tests/wizard/wizardtests/tests.py index 2ef39dc..24234e4 100644 --- a/formtools/tests/wizard/wizardtests/tests.py +++ b/formtools/tests/wizard/wizardtests/tests.py @@ -1,4 +1,3 @@ -from __future__ import with_statement import os from django import forms