summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/urls.py b/urls.py
index 75ef7e5..65f436d 100644
--- a/urls.py
+++ b/urls.py
@@ -1,7 +1,6 @@
import os.path
-# Stupid Django. Don't remove these "unused" handler imports
-from django.conf.urls import handler500, handler404, include, patterns
+from django.conf.urls import include, patterns
from django.conf import settings
from django.contrib import admin