diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:41:41 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-23 14:41:41 -0400 |
commit | 0ae9dd61825b42efd0c113079854440ce6096a1d (patch) | |
tree | 01db6d2d55c91cc9d2c91277d51170cc95523df3 /public | |
parent | 5d3362fd3a0d0536d7e01ad79dada871e6cfba95 (diff) |
tweak
Diffstat (limited to 'public')
-rw-r--r-- | public/views.py | 2 |
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 |