diff options
author | Christian Pointner <equinox@helsinki.at> | 2015-09-25 18:52:36 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2015-09-25 18:52:36 (GMT) |
commit | 2a40af2011cca2defd64254806970cf376a760a7 (patch) | |
tree | 316ef2330a6fc53b41159b1e8f675b29d315eabe /nop | |
parent | 821a356f1a8a36560f6731a716c65b5c80553379 (diff) |
fixed imports for django 1.7
Diffstat (limited to 'nop')
-rw-r--r-- | nop/urls.py | 2 |
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 |