Skip to content

Commit

Permalink
Truncate .defaults from django.conf.urls import to fix DeprecationWar…
Browse files Browse the repository at this point in the history
…ning

Fixes #37.
  • Loading branch information
yesimon committed Oct 22, 2013
1 parent 5f3f260 commit 8b6d224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hunger/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.conf.urls.defaults import patterns, url
from django.conf.urls import patterns, url
from .views import InviteView, VerifiedView, InvalidView, NotBetaView, InviteSentView


Expand Down

0 comments on commit 8b6d224

Please sign in to comment.