summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:41:41 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:41:41 -0400
commit0ae9dd61825b42efd0c113079854440ce6096a1d (patch)
tree01db6d2d55c91cc9d2c91277d51170cc95523df3 /public
parent5d3362fd3a0d0536d7e01ad79dada871e6cfba95 (diff)
tweak
Diffstat (limited to 'public')
-rw-r--r--public/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/public/views.py b/public/views.py
index ede8e697..2735d548 100644
--- a/public/views.py
+++ b/public/views.py
@@ -9,8 +9,6 @@ from django.http import Http404, HttpResponse
from django.shortcuts import render
from django.views.decorators.cache import cache_control, cache_page
-from django.views.generic.simple import direct_to_template
-
from devel.models import MasterKey, PGPSignature
from main.models import Arch, Repo, Donor
from mirrors.models import MirrorUrl