Skip to content

Commit

Permalink
used relative import for views
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Apr 11, 2016
1 parent d3bcaab commit fad43f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/django_restframework_gis_tests/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.conf.urls import url
from .django_restframework_gis_tests import views
from . import views

urlpatterns = [
url(r'^$', views.location_list, name='api_location_list'),
Expand Down

0 comments on commit fad43f5

Please sign in to comment.