Skip to content

Commit

Permalink
Update social_auth/urls.py
Browse files Browse the repository at this point in the history
fix import error
  • Loading branch information
troytft committed Jan 13, 2013
1 parent fc32f73 commit 2db8c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social_auth/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.conf.urls import patterns, url
except ImportError:
# for Django version less then 1.4
from django.conf.urls.default import patterns, url
from django.conf.urls.defaults import patterns, url

from social_auth.views import auth, complete, disconnect

Expand Down

0 comments on commit 2db8c48

Please sign in to comment.