Skip to content

Commit

Permalink
removing unneeded import which breaks django 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGreenhill committed Aug 5, 2016
1 parent 6a221b0 commit 3bae3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static_sitemaps/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


try:
from django.conf.urls import patterns, url
from django.conf.urls import url
except ImportError: # django < 1.4
from django.conf.urls.defaults import patterns, url

Expand Down

0 comments on commit 3bae3f3

Please sign in to comment.