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, 0 insertions, 2 deletions
diff --git a/app/locations/urls.py b/app/locations/urls.py
index 8bc86aa..c7ddb74 100644
--- a/app/locations/urls.py
+++ b/app/locations/urls.py
@@ -1,8 +1,6 @@
-
from django.conf.urls import *
urlpatterns = patterns('',
(r'data/(?P<id>\d+)/$', 'locations.views.data_json'),
(r'^$', 'locations.views.map_list'),
)
-