diff apps/bundle/views.py @ 167:d31b236ed5cf

Okay, I think I caught all the with statements now...
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 17 Oct 2012 10:33:03 -0400
parents c7be7def8b57
children 3be23e2e8fe7
line wrap: on
line diff
--- a/apps/bundle/views.py	Wed Oct 17 10:30:26 2012 -0400
+++ b/apps/bundle/views.py	Wed Oct 17 10:33:03 2012 -0400
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import os
 
 from django.shortcuts import get_object_or_404, render, redirect