aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--warningmgr/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/warningmgr/urls.py b/warningmgr/urls.py
index 806cffd..419abd3 100644
--- a/warningmgr/urls.py
+++ b/warningmgr/urls.py
@@ -4,7 +4,7 @@
#
# Licensed under the MIT license, see COPYING.MIT for details
-from django.conf.urls.defaults import *
+from django.conf.urls import *
from django.views.generic import DetailView, ListView
from warningmgr.models import WarningItem
from warningmgr.views import WarningListView, ReviewedWarningListView