summaryrefslogtreecommitdiff
path: root/nop/urls.py
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-09-25 18:52:36 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-09-25 18:52:36 (GMT)
commit2a40af2011cca2defd64254806970cf376a760a7 (patch)
tree316ef2330a6fc53b41159b1e8f675b29d315eabe /nop/urls.py
parent821a356f1a8a36560f6731a716c65b5c80553379 (diff)
fixed imports for django 1.7
Diffstat (limited to 'nop/urls.py')
-rw-r--r--nop/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nop/urls.py b/nop/urls.py
index 0d7f279..85857ce 100644
--- a/nop/urls.py
+++ b/nop/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import patterns, url, include
from views import get, get_current, nop_form
import os