[extensions-web] Remove an unused import



commit 627b93bf442537f6c5c59d7dfd5d1dc688b37521
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Oct 31 17:28:03 2011 -0400

    Remove an unused import

 sweettooth/review/views.py |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/sweettooth/review/views.py b/sweettooth/review/views.py
index b5b2a4e..12e8228 100644
--- a/sweettooth/review/views.py
+++ b/sweettooth/review/views.py
@@ -1,9 +1,4 @@
 
-try:
-    import json
-except ImportError:
-    import simplejson as json
-
 import base64
 import os.path
 



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