summaryrefslogtreecommitdiff
path: root/nop/urls.py
diff options
context:
space:
mode:
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