summaryrefslogtreecommitdiffstats
path: root/urls.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-31 00:38:18 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-05-31 00:38:18 -0400
commitf7348366a34a3e1117fd821e29b01323c9bc794f (patch)
tree6dd1f6f8d04b9adf33b71d2bfc019304a7a20257 /urls.py
parent714311f3d883c6589d278e3e2a05bd1583e4b96d (diff)
downloadaskbot-f7348366a34a3e1117fd821e29b01323c9bc794f.tar.gz
askbot-f7348366a34a3e1117fd821e29b01323c9bc794f.tar.bz2
askbot-f7348366a34a3e1117fd821e29b01323c9bc794f.zip
all forum reader urls are covered by unit tests
Diffstat (limited to 'urls.py')
-rw-r--r--urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/urls.py b/urls.py
index 8c349456..2a136cfb 100644
--- a/urls.py
+++ b/urls.py
@@ -1,7 +1,7 @@
"""
main url configuration file for the askbot site
"""
-from django.conf.urls.defaults import patterns, include, url
+from django.conf.urls.defaults import patterns, include, handler404, handler500
from django.conf import settings
from django.contrib import admin