aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_htmlrenderer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_htmlrenderer.py')
-rw-r--r--tests/test_htmlrenderer.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_htmlrenderer.py b/tests/test_htmlrenderer.py
index 88d11c46..5a680f99 100644
--- a/tests/test_htmlrenderer.py
+++ b/tests/test_htmlrenderer.py
@@ -34,7 +34,8 @@ def not_found(request):
raise Http404()
-urlpatterns = patterns('',
+urlpatterns = patterns(
+ '',
url(r'^$', example),
url(r'^permission_denied$', permission_denied),
url(r'^not_found$', not_found),