summaryrefslogtreecommitdiff
path: root/nop/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'nop/urls.py')
-rw-r--r--nop/urls.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/nop/urls.py b/nop/urls.py
index 936af7a..4953e97 100644
--- a/nop/urls.py
+++ b/nop/urls.py
@@ -1,9 +1,9 @@
+import os
+
from django.conf.urls import url
from django.views.static import serve
-from views import get, get_current, nop_form
-
-import os
+from .views import get, get_current, nop_form
NOP_SITE_MEDIA = os.path.join(os.path.dirname(__file__), 'site_media')