aboutsummaryrefslogtreecommitdiffstats
path: root/layerindex/urls_branch.py
diff options
context:
space:
mode:
Diffstat (limited to 'layerindex/urls_branch.py')
-rw-r--r--layerindex/urls_branch.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/layerindex/urls_branch.py b/layerindex/urls_branch.py
index b0f577cf0e..ab5e2d55f1 100644
--- a/layerindex/urls_branch.py
+++ b/layerindex/urls_branch.py
@@ -4,8 +4,7 @@
#
# Licensed under the MIT license, see COPYING.MIT for details
-from django.conf.urls.defaults import *
-from django.views.generic.simple import redirect_to
+from django.conf.urls import *
from django.views.defaults import page_not_found
from django.core.urlresolvers import reverse_lazy
from layerindex.views import LayerListView, RecipeSearchView, MachineSearchView, PlainTextListView, LayerDetailView, edit_layer_view, delete_layer_view, edit_layernote_view, delete_layernote_view, RedirectParamsView, DuplicatesView