changeset 169:9565b494b989

Merge Jordi's changes
author dellsystem <ilostwaldo@gmail.com>
date Sat, 20 Oct 2012 00:19:52 -0400
parents c494e6ecff58 (current diff) d31b236ed5cf (diff)
children 3be23e2e8fe7
files
diffstat 3 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/apps/bundle/tasks.py	Sat Oct 20 00:16:38 2012 -0400
+++ b/apps/bundle/tasks.py	Sat Oct 20 00:19:52 2012 -0400
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import mimetypes
 import os
 
--- a/apps/bundle/views.py	Sat Oct 20 00:16:38 2012 -0400
+++ b/apps/bundle/views.py	Sat Oct 20 00:19:52 2012 -0400
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import os
 
 from django.shortcuts import get_object_or_404, render, redirect
--- a/pip-requirements	Sat Oct 20 00:16:38 2012 -0400
+++ b/pip-requirements	Sat Oct 20 00:19:52 2012 -0400
@@ -1,7 +1,6 @@
 Django==1.3
 Pygments==1.5
 argparse==1.2.1
-distribute==0.6.24
 django-openid-auth==0.4
 django-registration==0.8
 wsgiref==0.1.2