summaryrefslogtreecommitdiff
path: root/tests/shortcuts/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shortcuts/views.py')
-rw-r--r--tests/shortcuts/views.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/shortcuts/views.py b/tests/shortcuts/views.py
index 85d1922d58..f988edf8d9 100644
--- a/tests/shortcuts/views.py
+++ b/tests/shortcuts/views.py
@@ -1,10 +1,9 @@
import os.path
-from django.shortcuts import render_to_response, render
+from django.shortcuts import render, render_to_response
from django.template import Context, RequestContext
from django.utils._os import upath
-
dirs = (os.path.join(os.path.dirname(upath(__file__)), 'other_templates'),)