Skip to content

Commit

Permalink
Update urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag-ks committed Mar 18, 2014
1 parent 75cf19c commit d4c207f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googlesearch/urls.py
Expand Up @@ -2,7 +2,7 @@
version = django.get_version()

if version < 1.6:
from django.conf.urls.default import patterns, url
from django.conf.urls.defaults import patterns, url
else:
from django.conf.urls import patterns, url

Expand Down

0 comments on commit d4c207f

Please sign in to comment.