summaryrefslogtreecommitdiff
path: root/django/utils/archive.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-12-22 22:46:05 +0000
committerJannis Leidel <jannis@leidel.info>2011-12-22 22:46:05 +0000
commitcbe82411cc57c5c574c90b34f3e4622314ffa1c4 (patch)
tree0cd81030ff6d96b63ffbb9660774343dd4819e71 /django/utils/archive.py
parentad1c376d39f1a07c4a00b6531f2ce1223e9183d6 (diff)
Added yet another missing with_statement import. Thanks, Florian Apolloner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17248 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/utils/archive.py')
-rw-r--r--django/utils/archive.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/archive.py b/django/utils/archive.py
index 8909cb6db7..ea948fe44f 100644
--- a/django/utils/archive.py
+++ b/django/utils/archive.py
@@ -21,6 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
"""
+from __future__ import with_statement
import os
import shutil
import sys