[extensions-web] review: Remove an unused import



commit 8e2029cc0dbaa555669941cb7848205d2a49a596
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Mar 2 22:24:26 2012 -0500

    review: Remove an unused import

 sweettooth/review/views.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/review/views.py b/sweettooth/review/views.py
index 43eacae..cfff106 100644
--- a/sweettooth/review/views.py
+++ b/sweettooth/review/views.py
@@ -16,7 +16,6 @@ from django.shortcuts import redirect, get_object_or_404
 from django.template import Context
 from django.template.loader import render_to_string
 from django.utils.html import escape
-from django.utils import simplejson as json
 from django.views.decorators.http import require_POST
 
 from review.diffutils import get_chunks, split_lines



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]