summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-08-28 11:37:39 -0500
committerDan McGee <dan@archlinux.org>2010-08-28 11:41:19 -0500
commitd57696c8013d78f017972ae72efeeb441c954cb2 (patch)
tree5e9d9a70cda9a40b56dec08a1caf5b1e3e36edee /urls.py
parent7dcdb0a31519c038e25436b49a60b9e54a41372b (diff)
downloadarchweb-d57696c8013d78f017972ae72efeeb441c954cb2.tar.gz
archweb-d57696c8013d78f017972ae72efeeb441c954cb2.zip
PyLint suggested cleanups
We had a bunch of extra imports, non-conventional variable names, spacing issues, etc. that were relatively low-hanging fruit to clean up. Fix them and make the code a bit cleaner in the process. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 0030343c..3f394426 100644
--- a/urls.py
+++ b/urls.py
@@ -2,9 +2,7 @@ from django.conf.urls.defaults import *
from django.conf import settings
from django.contrib import admin
-from django.views.generic.create_update import delete_object
from django.views.generic.simple import direct_to_template
-from django.contrib.auth.decorators import permission_required
from main.models import Todolist
from feeds import PackageFeed, NewsFeed