summaryrefslogtreecommitdiff
path: root/app/locations/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/locations/urls.py')
-rw-r--r--app/locations/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/locations/urls.py b/app/locations/urls.py
index 0a2a462..8bc86aa 100644
--- a/app/locations/urls.py
+++ b/app/locations/urls.py
@@ -1,5 +1,5 @@
-from django.conf.urls.defaults import *
+from django.conf.urls import *
urlpatterns = patterns('',
(r'data/(?P<id>\d+)/$', 'locations.views.data_json'),