[extensions-web] decorators: Clean up imports
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] decorators: Clean up imports
- Date: Fri, 22 Jun 2012 21:23:27 +0000 (UTC)
commit db5e34aedb161e5210c5ab16d495ecf3aaef6b7b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Jun 21 17:56:16 2012 -0400
decorators: Clean up imports
sweettooth/decorators.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/decorators.py b/sweettooth/decorators.py
index 9205315..339bd71 100644
--- a/sweettooth/decorators.py
+++ b/sweettooth/decorators.py
@@ -1,6 +1,6 @@
from django.shortcuts import get_object_or_404
-from django.http import HttpResponse, HttpResponseForbidden
+from django.http import HttpResponse
from django.utils.safestring import mark_safe
import functools
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]